summaryrefslogtreecommitdiff
path: root/dev-python/hypothesis/hypothesis-6.98.18.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/hypothesis/hypothesis-6.98.18.ebuild')
-rw-r--r--dev-python/hypothesis/hypothesis-6.98.18.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/hypothesis/hypothesis-6.98.18.ebuild b/dev-python/hypothesis/hypothesis-6.98.18.ebuild
index d542c10c068e..699ad4d2e647 100644
--- a/dev-python/hypothesis/hypothesis-6.98.18.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.98.18.ebuild
@@ -59,7 +59,12 @@ python_test() {
# NB: paths need to be relative to pytest.ini,
# i.e. start with hypothesis-python/
- local EPYTEST_DESELECT=()
+ local EPYTEST_DESELECT=(
+ # regressions with <dev-python/pytest-8
+ # https://bugs.gentoo.org/927889
+ hypothesis-python/tests/cover/test_error_in_draw.py::test_adds_note_showing_which_strategy
+ hypothesis-python/tests/cover/test_error_in_draw.py::test_adds_note_showing_which_strategy_stateful
+ )
case ${EPYTHON} in
pypy3)
EPYTEST_DESELECT+=(