From 9fedfc689863d2e0b372c5396660485d29d9464e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 23 Nov 2021 09:14:24 +0100 Subject: dev-python/iso8601: Add hypothesis test-dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/826714 Signed-off-by: Michał Górny --- dev-python/iso8601/iso8601-1.0.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dev-python') diff --git a/dev-python/iso8601/iso8601-1.0.1.ebuild b/dev-python/iso8601/iso8601-1.0.1.ebuild index accfc1c9ab60..90eaf5c81386 100644 --- a/dev-python/iso8601/iso8601-1.0.1.ebuild +++ b/dev-python/iso8601/iso8601-1.0.1.ebuild @@ -16,4 +16,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" +BDEPEND=" + test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )" + distutils_enable_tests pytest -- cgit v1.2.3-65-gdbad