summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-12-30 11:30:09 +0100
committerMichał Górny <mgorny@gentoo.org>2021-12-30 11:50:55 +0100
commita6bf8023337b39ee5cc3bd2ef6d12cfa7d5c7b91 (patch)
treeffeeb020dc208ad3c0e56064e9681f45418de099 /dev-python/hypothesis
parentnet-misc/rsync-3.2.3-r5: fix IPv6 support using musl (diff)
downloadgentoo-a6bf8023337b39ee5cc3bd2ef6d12cfa7d5c7b91.tar.gz
gentoo-a6bf8023337b39ee5cc3bd2ef6d12cfa7d5c7b91.tar.bz2
gentoo-a6bf8023337b39ee5cc3bd2ef6d12cfa7d5c7b91.zip
dev-python/hypothesis: Remove accidental pytest_mock use
Closes: https://bugs.gentoo.org/830283 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hypothesis')
-rw-r--r--dev-python/hypothesis/hypothesis-6.33.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hypothesis/hypothesis-6.33.0.ebuild b/dev-python/hypothesis/hypothesis-6.33.0.ebuild
index 93b167df8466..3174da86d94b 100644
--- a/dev-python/hypothesis/hypothesis-6.33.0.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.33.0.ebuild
@@ -48,7 +48,7 @@ python_prepare() {
python_test() {
# subtests are broken by warnings from random plugins
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- local -x PYTEST_PLUGINS=pytest_mock,xdist.plugin,pytest_forked,_hypothesis_pytestplugin
+ local -x PYTEST_PLUGINS=xdist.plugin,pytest_forked,_hypothesis_pytestplugin
distutils_install_for_testing
epytest tests/cover tests/pytest tests/quality \