commit: a614dcde5db2825ef97b2ac7811bad0173276777 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Nov 30 13:04:55 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Nov 30 13:04:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a614dcde
dev-python/hypothesis: Remove obsolete pytest_forked loading Closes: https://bugs.gentoo.org/918890 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/hypothesis/hypothesis-6.90.0.ebuild | 2 +- dev-python/hypothesis/hypothesis-6.91.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/hypothesis/hypothesis-6.90.0.ebuild b/dev-python/hypothesis/hypothesis-6.90.0.ebuild index 67d44f17a56f..a61663724aa9 100644 --- a/dev-python/hypothesis/hypothesis-6.90.0.ebuild +++ b/dev-python/hypothesis/hypothesis-6.90.0.ebuild @@ -54,7 +54,7 @@ distutils_enable_tests pytest python_test() { # subtests are broken by warnings from random plugins local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - local -x PYTEST_PLUGINS=xdist.plugin,pytest_forked,_hypothesis_pytestplugin + local -x PYTEST_PLUGINS=xdist.plugin,_hypothesis_pytestplugin local -x HYPOTHESIS_NO_PLUGINS=1 # NB: paths need to be relative to pytest.ini, diff --git a/dev-python/hypothesis/hypothesis-6.91.0.ebuild b/dev-python/hypothesis/hypothesis-6.91.0.ebuild index 5d255dfeb3df..ad99abb563b8 100644 --- a/dev-python/hypothesis/hypothesis-6.91.0.ebuild +++ b/dev-python/hypothesis/hypothesis-6.91.0.ebuild @@ -54,7 +54,7 @@ distutils_enable_tests pytest python_test() { # subtests are broken by warnings from random plugins local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - local -x PYTEST_PLUGINS=xdist.plugin,pytest_forked,_hypothesis_pytestplugin + local -x PYTEST_PLUGINS=xdist.plugin,_hypothesis_pytestplugin local -x HYPOTHESIS_NO_PLUGINS=1 # NB: paths need to be relative to pytest.ini,
