diff options
Diffstat (limited to 'dev-python/python-jose/python-jose-3.5.0.ebuild')
| -rw-r--r-- | dev-python/python-jose/python-jose-3.5.0.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/python-jose/python-jose-3.5.0.ebuild b/dev-python/python-jose/python-jose-3.5.0.ebuild index 7929185204c2..baed804450b2 100644 --- a/dev-python/python-jose/python-jose-3.5.0.ebuild +++ b/dev-python/python-jose/python-jose-3.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -49,6 +49,11 @@ python_prepare_all() { } python_test() { + local EPYTEST_DESELECT=( + # new cryptography + tests/test_jwe.py::TestEncrypt::test_jwe_zip_with_excessive_data + ) + # bug #723616 epytest -o addopts= } |
