summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/urllib3/urllib3-2.0.2.ebuild2
1 files changed, 2 insertions, 0 deletions
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
}