diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-30 03:04:47 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-30 03:04:47 -0500 |
| commit | 12f44434dede883e1d33b5470fb17a1b873107cd (patch) | |
| tree | d70b3d9a48522beda675dd8b775a19eba17742c5 /dev-python/annotated-types | |
| parent | 1c2bb144efdfa7abb1e6ff9c0dc1f10c01eb43d1 (diff) | |
| download | baldeagleos-repo-12f44434dede883e1d33b5470fb17a1b873107cd.tar.gz baldeagleos-repo-12f44434dede883e1d33b5470fb17a1b873107cd.tar.xz baldeagleos-repo-12f44434dede883e1d33b5470fb17a1b873107cd.zip | |
Adding metadata
Diffstat (limited to 'dev-python/annotated-types')
| -rw-r--r-- | dev-python/annotated-types/annotated-types-0.7.0.ebuild | 24 |
1 files changed, 2 insertions, 22 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 67b9740ea408..2403c2c2f037 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-2025 Gentoo Authors +# Copyright 2023-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,25 +18,5 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -BDEPEND=" - test? ( - dev-python/pytest-mock[${PYTHON_USEDEP}] - ) -" - +EPYTEST_PLUGINS=( pytest-mock ) distutils_enable_tests pytest - -python_test() { - local EPYTEST_DESELECT=() - - case ${EPYTHON} in - pypy3*) - EPYTEST_DESELECT+=( - # https://github.com/annotated-types/annotated-types/issues/71 - 'tests/test_main.py::test_predicate_repr[pred2-Predicate(math.isfinite)]' - ) - ;; - esac - - epytest -} |
