diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-04 18:13:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-04 18:14:35 +0100 |
commit | 97b943d4e705ccff544dc0a0134da6c0110dd490 (patch) | |
tree | 1e8a0ceb78f49dcd46f7e030948ea0f53438942d /dev-python | |
parent | dev-python/wxpython: Add pytest-forked dep (diff) | |
download | gentoo-97b943d4e705ccff544dc0a0134da6c0110dd490.tar.gz gentoo-97b943d4e705ccff544dc0a0134da6c0110dd490.tar.bz2 gentoo-97b943d4e705ccff544dc0a0134da6c0110dd490.zip |
dev-python/cloudpickle: Disable plugin autoloading
Bug: https://bugs.gentoo.org/921265
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cloudpickle/cloudpickle-3.0.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/cloudpickle/cloudpickle-3.0.0.ebuild b/dev-python/cloudpickle/cloudpickle-3.0.0.ebuild index ef1658bb7c89..f840b4424579 100644 --- a/dev-python/cloudpickle/cloudpickle-3.0.0.ebuild +++ b/dev-python/cloudpickle/cloudpickle-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -31,6 +31,7 @@ BDEPEND=" distutils_enable_tests pytest python_test() { + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 local -x PYTHONPATH=${PYTHONPATH}:tests/cloudpickle_testpkg # -s unbreaks some tests # https://github.com/cloudpipe/cloudpickle/issues/252 |