summaryrefslogtreecommitdiff
path: root/dev-python/mypy
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-01 19:20:33 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-01 19:20:33 +0000
commit7e12702389313d1bcff6e3acc60ab5d654966413 (patch)
tree7c1dce65d831e4b7acfb13c99f250dc77d8513d2 /dev-python/mypy
parentadf2493bc15dece8e5a4b1dedea642158118767c (diff)
downloadbaldeagleos-repo-7e12702389313d1bcff6e3acc60ab5d654966413.tar.gz
baldeagleos-repo-7e12702389313d1bcff6e3acc60ab5d654966413.tar.xz
baldeagleos-repo-7e12702389313d1bcff6e3acc60ab5d654966413.zip
Adding metadata
Diffstat (limited to 'dev-python/mypy')
-rw-r--r--dev-python/mypy/mypy-1.20.0.ebuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/dev-python/mypy/mypy-1.20.0.ebuild b/dev-python/mypy/mypy-1.20.0.ebuild
index 9abdcd990f1a..9a31cbdd0651 100644
--- a/dev-python/mypy/mypy-1.20.0.ebuild
+++ b/dev-python/mypy/mypy-1.20.0.ebuild
@@ -99,6 +99,15 @@ python_test() {
mypy/test/meta/test_update_data.py
)
+ case ${EPYTHON} in
+ python3.14*)
+ EPYTEST_DESELECT+=(
+ mypyc/test/test_run.py::TestRun::run-async.test::testRunAsyncRefCounting
+ mypyc/test/test_run.py::TestRun::run-tuples.test::testNamedTupleClassSyntax
+ )
+ ;;
+ esac
+
# Some mypy/test/testcmdline.py::PythonCmdlineSuite tests
# fail with high COLUMNS values
local -x COLUMNS=80
@@ -115,7 +124,7 @@ python_test() {
local failed=
nonfatal epytest || failed=1
- rm conftest.py pyproject.toml || die
+ rm -r conftest.py pyproject.toml .mypy_cache || die
[[ ${failed} ]] && die "epytest failed with ${EPYTHON}"
}