commit: d548bb809a49428bcb6d6e80001b637e21238cb1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 27 15:00:50 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 27 16:31:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d548bb80
dev-python/hypothesis: require >=dev-python/pytest-8 Bug: https://bugs.gentoo.org/927889 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/hypothesis/hypothesis-6.99.13.ebuild | 1 + 1 file changed, 1 insertion(+) 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 )
