summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-27 10:18:33 +0100
committerSam James <sam@gentoo.org>2023-05-27 10:18:33 +0100
commitc753c4ee8953c8be9956d031e24d33883e75dc0b (patch)
treec906b8d43e73c1faff6d12ccef7bd27057b544df /dev-python
parent76dfbd75b4d6b2fcc0c51535c7e54393c1d705e8 (diff)
downloadgentoo-c753c4ee8953c8be9956d031e24d33883e75dc0b.tar.gz
gentoo-c753c4ee8953c8be9956d031e24d33883e75dc0b.tar.bz2
gentoo-c753c4ee8953c8be9956d031e24d33883e75dc0b.zip
dev-python/hypothesis: add link to py3.12 upstream bug
Bug: https://github.com/python/cpython/issues/105013 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/hypothesis/hypothesis-6.75.5.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/hypothesis/hypothesis-6.75.5.ebuild b/dev-python/hypothesis/hypothesis-6.75.5.ebuild
index 731a656777ca..73f0790f2dd8 100644
--- a/dev-python/hypothesis/hypothesis-6.75.5.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.75.5.ebuild
@@ -70,6 +70,7 @@ python_test() {
# these look serious but affect hypothesis only partially,
# i.e. many revdeps will still work and since this is a test dep,
# we don't need it 100% perfect
+ # https://github.com/python/cpython/issues/105013
EPYTEST_IGNORE+=(
tests/cover/test_type_lookup.py
)