diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-14 18:59:50 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-14 18:59:50 +0000 |
| commit | 00278f6cc9e8280380a376f72ec209c3efc960a4 (patch) | |
| tree | fb64e4ad90415827deb50f7ddc78db6898c1a100 /dev-python/cloudpickle | |
| parent | f8809af2354fe27fa3c1df0e9716fa59d12dca19 (diff) | |
| download | baldeagleos-repo-00278f6cc9e8280380a376f72ec209c3efc960a4.tar.gz baldeagleos-repo-00278f6cc9e8280380a376f72ec209c3efc960a4.tar.xz baldeagleos-repo-00278f6cc9e8280380a376f72ec209c3efc960a4.zip | |
Adding metadata
Diffstat (limited to 'dev-python/cloudpickle')
| -rw-r--r-- | dev-python/cloudpickle/cloudpickle-3.1.1.ebuild | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/dev-python/cloudpickle/cloudpickle-3.1.1.ebuild b/dev-python/cloudpickle/cloudpickle-3.1.1.ebuild index c67721c0319d..267d3933cf39 100644 --- a/dev-python/cloudpickle/cloudpickle-3.1.1.ebuild +++ b/dev-python/cloudpickle/cloudpickle-3.1.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t ) inherit distutils-r1 @@ -31,6 +31,17 @@ BDEPEND=" distutils_enable_tests pytest python_test() { + local EPYTEST_DESELECT=() + case ${EPYTHON} in + python3.14*) + EPYTEST_DESELECT+=( + # https://github.com/cloudpipe/cloudpickle/issues/567 + tests/cloudpickle_test.py::CloudPickleTest::test_locally_defined_class_with_type_hints + tests/cloudpickle_test.py::Protocol2CloudPickleTest::test_locally_defined_class_with_type_hints + ) + ;; + esac + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 local -x PYTHONPATH=${PYTHONPATH}:tests/cloudpickle_testpkg # -s unbreaks some tests |
