diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-23 09:14:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-23 09:16:44 +0100 |
commit | 9fedfc689863d2e0b372c5396660485d29d9464e (patch) | |
tree | 7e80c10e8db3a0fff79d76ca809f3b26474c7357 /dev-python | |
parent | media-sound/fluidsynth: bump to 2.2.4 (diff) | |
download | gentoo-9fedfc689863d2e0b372c5396660485d29d9464e.tar.gz gentoo-9fedfc689863d2e0b372c5396660485d29d9464e.tar.bz2 gentoo-9fedfc689863d2e0b372c5396660485d29d9464e.zip |
dev-python/iso8601: Add hypothesis test-dep
Closes: https://bugs.gentoo.org/826714
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/iso8601/iso8601-1.0.1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 |