summaryrefslogtreecommitdiff
path: root/dev-python/annotated-types
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-02-17 06:53:57 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-02-17 06:53:57 +0000
commit6c84bfcad2d05e619190e2b5c5d99230d7eefe42 (patch)
tree3982ae16c24a5f83d7559c7d0b275a3e2f7f7c16 /dev-python/annotated-types
parent165886e7f909438909cedb202ba33f49304be278 (diff)
downloadbaldeagleos-repo-6c84bfcad2d05e619190e2b5c5d99230d7eefe42.tar.gz
baldeagleos-repo-6c84bfcad2d05e619190e2b5c5d99230d7eefe42.tar.xz
baldeagleos-repo-6c84bfcad2d05e619190e2b5c5d99230d7eefe42.zip
Adding metadata
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)]'