summaryrefslogtreecommitdiff
path: root/dev-python/inline-snapshot
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-09 03:04:33 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-09 03:04:33 -0500
commita96a971c845e2cd3ffad3b8f63558c6408897f0a (patch)
tree9431452ee7738105e3d34fdaa7a4ac405c646c8b /dev-python/inline-snapshot
parent897a58deb079b5691d4424cc15517aea6e422808 (diff)
downloadbaldeagleos-repo-a96a971c845e2cd3ffad3b8f63558c6408897f0a.tar.gz
baldeagleos-repo-a96a971c845e2cd3ffad3b8f63558c6408897f0a.tar.xz
baldeagleos-repo-a96a971c845e2cd3ffad3b8f63558c6408897f0a.zip
Adding metadata
Diffstat (limited to 'dev-python/inline-snapshot')
-rw-r--r--dev-python/inline-snapshot/inline-snapshot-0.34.2.ebuild13
1 files changed, 10 insertions, 3 deletions
diff --git a/dev-python/inline-snapshot/inline-snapshot-0.34.2.ebuild b/dev-python/inline-snapshot/inline-snapshot-0.34.2.ebuild
index 2271ce4c1de9..9d857e4361b1 100644
--- a/dev-python/inline-snapshot/inline-snapshot-0.34.2.ebuild
+++ b/dev-python/inline-snapshot/inline-snapshot-0.34.2.ebuild
@@ -34,9 +34,7 @@ BDEPEND="
>=dev-python/dirty-equals-0.7.0[${PYTHON_USEDEP}]
>=dev-python/hypothesis-6.75.5[${PYTHON_USEDEP}]
dev-python/isort[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/mypy[${PYTHON_USEDEP}]
- ' 'python*')
+ dev-python/mypy[${PYTHON_USEDEP}]
>=dev-python/pydantic-2[${PYTHON_USEDEP}]
)
"
@@ -58,6 +56,15 @@ python_test() {
'tests/test_docs.py::test_docs[testing.md]'
)
+ case ${EPYTHON} in
+ python3.15*)
+ EPYTEST_DESELECT+=(
+ # deprecation warnings
+ tests/test_config.py::test_config_env
+ )
+ ;;
+ esac
+
local -x PYTHONPATH=${S}/src
epytest
}