Skip to content

Commit

Permalink
dev-python/hypothesis: Remove accidental pytest_mock use
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/830283
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Dec 30, 2021
1 parent 8833775 commit a6bf802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/hypothesis/hypothesis-6.33.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a6bf802

Please sign in to comment.