summaryrefslogtreecommitdiff
path: root/dev-python/annotated-types
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/annotated-types')
-rw-r--r--dev-python/annotated-types/annotated-types-0.7.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/annotated-types/annotated-types-0.7.0.ebuild b/dev-python/annotated-types/annotated-types-0.7.0.ebuild
index 0b41bd4a47d0..fabce3df02bc 100644
--- a/dev-python/annotated-types/annotated-types-0.7.0.ebuild
+++ b/dev-python/annotated-types/annotated-types-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -30,7 +30,7 @@ python_test() {
local EPYTEST_DESELECT=()
case ${EPYTHON} in
- pypy3)
+ pypy3*)
EPYTEST_DESELECT+=(
# https://github.com/annotated-types/annotated-types/issues/71
'tests/test_main.py::test_predicate_repr[pred2-Predicate(math.isfinite)]'