summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2022-09-02 11:42:01 +0100
committerMarek Szuba <marecki@gentoo.org>2022-09-02 11:52:10 +0100
commit5ed44c58aeaeaf4375321a7e8b5d25b9fee2d046 (patch)
treec7d8d4f6f97bd123b87944eacc44b9d139e62b66
parentnet-libs/xrootd-ceph: drop 5.0.3 (diff)
downloadgentoo-5ed44c58.tar.gz
gentoo-5ed44c58.tar.bz2
gentoo-5ed44c58.zip
dev-python/mypy_extensions: explain lack of py3.11 support
So that devs whose own packages depend on this know why without wasting time on running tests themselves. Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r--dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild b/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild
index d3b1859e996a..cc8dc65b7e0d 100644
--- a/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild
+++ b/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+# fails test_typeddict_errors on py3.11
PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1