summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-03-27 16:00:50 +0100
committerMichał Górny <mgorny@gentoo.org>2024-03-27 17:31:21 +0100
commitd548bb809a49428bcb6d6e80001b637e21238cb1 (patch)
tree84e044331253f0600287b04af1532f155952fa86 /dev-python
parentdev-python/hypothesis: Remove old (diff)
downloadgentoo-d548bb809a49428bcb6d6e80001b637e21238cb1.tar.gz
gentoo-d548bb809a49428bcb6d6e80001b637e21238cb1.tar.bz2
gentoo-d548bb809a49428bcb6d6e80001b637e21238cb1.zip
dev-python/hypothesis: require >=dev-python/pytest-8
Bug: https://bugs.gentoo.org/927889 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/hypothesis/hypothesis-6.99.13.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/hypothesis/hypothesis-6.99.13.ebuild b/dev-python/hypothesis/hypothesis-6.99.13.ebuild
index f7f366381e4f..13d62b8d6bd1 100644
--- a/dev-python/hypothesis/hypothesis-6.99.13.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.99.13.ebuild
@@ -44,6 +44,7 @@ RDEPEND="
BDEPEND="
test? (
dev-python/pexpect[${PYTHON_USEDEP}]
+ >=dev-python/pytest-8[${PYTHON_USEDEP}]
dev-python/pytest-xdist[${PYTHON_USEDEP}]
!!<dev-python/requests-toolbelt-0.10.1
)