Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/
Date: Thu, 30 Dec 2021 10:51:05
Message-Id: 1640861455.a6bf8023337b39ee5cc3bd2ef6d12cfa7d5c7b91.mgorny@gentoo
1 commit: a6bf8023337b39ee5cc3bd2ef6d12cfa7d5c7b91
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 30 10:30:09 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 30 10:50:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6bf8023
7
8 dev-python/hypothesis: Remove accidental pytest_mock use
9
10 Closes: https://bugs.gentoo.org/830283
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/hypothesis/hypothesis-6.33.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/hypothesis/hypothesis-6.33.0.ebuild b/dev-python/hypothesis/hypothesis-6.33.0.ebuild
17 index 93b167df8466..3174da86d94b 100644
18 --- a/dev-python/hypothesis/hypothesis-6.33.0.ebuild
19 +++ b/dev-python/hypothesis/hypothesis-6.33.0.ebuild
20 @@ -48,7 +48,7 @@ python_prepare() {
21 python_test() {
22 # subtests are broken by warnings from random plugins
23 local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
24 - local -x PYTEST_PLUGINS=pytest_mock,xdist.plugin,pytest_forked,_hypothesis_pytestplugin
25 + local -x PYTEST_PLUGINS=xdist.plugin,pytest_forked,_hypothesis_pytestplugin
26
27 distutils_install_for_testing
28 epytest tests/cover tests/pytest tests/quality \