summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-04 10:34:40 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-04 10:35:05 +0200
commit31156d16c580405edd8780cacd8d2a1ea6db2bee (patch)
tree0b55e6e51358cbd2ce363e182c639f5faeb58dac /dev-python
parentd61b99ec10a18ac43c6864afb3af984c18640732 (diff)
downloadgentoo-31156d16c580405edd8780cacd8d2a1ea6db2bee.tar.gz
gentoo-31156d16c580405edd8780cacd8d2a1ea6db2bee.tar.bz2
gentoo-31156d16c580405edd8780cacd8d2a1ea6db2bee.zip
dev-python/urllib3: Disabling pytest plugin autoload
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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
}