commit: 41699ab20da1d9652e27b165f2e239075c9dd0e3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 7 09:36:30 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 7 09:36:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41699ab2
dev-python/botocore: Reenable the fixed test on py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/botocore/botocore-1.38.32.ebuild | 8 --------
1 file changed, 8 deletions(-)
diff --git a/dev-python/botocore/botocore-1.38.32.ebuild
b/dev-python/botocore/botocore-1.38.32.ebuild
index 535354aa3035..be6df9120cc8 100644
--- a/dev-python/botocore/botocore-1.38.32.ebuild
+++ b/dev-python/botocore/botocore-1.38.32.ebuild
@@ -62,14 +62,6 @@ python_test() {
tests/functional/test_six_threading.py::test_six_thread_safety
)
- case ${EPYTHON} in
- python3.14)
- EPYTEST_DESELECT+=(
- tests/unit/test_utils.py::test_lru_cache_weakref
- )
- ;;
- esac
-
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest tests/{functional,unit}
}