commit: 31156d16c580405edd8780cacd8d2a1ea6db2bee
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 08:34:40 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 4 08:35:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31156d16
dev-python/urllib3: Disabling pytest plugin autoload
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/urllib3/urllib3-2.0.2.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/urllib3/urllib3-2.0.2.ebuild
b/dev-python/urllib3/urllib3-2.0.2.ebuild
index 8ee137c6da4f..3d07423a2d37 100644
--- a/dev-python/urllib3/urllib3-2.0.2.ebuild
+++ b/dev-python/urllib3/urllib3-2.0.2.ebuild
@@ -59,5 +59,7 @@ python_test() {
test/with_dummyserver/test_socketlevel.py::TestSSL::test_requesting_large_resources_via_ssl
)
+ # plugins make tests slower, and more fragile
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest
}