mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/cloudpickle: Disable plugin autoloading
Bug: https://bugs.gentoo.org/921265 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user