commit: a4d0af15ed9e851d896968c74e4126d12fe77fc3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 27 15:01:18 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 27 16:31:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4d0af15
dev-python/hypothesis: Deselect tests failing w/ pytest-7, in 6.98* Closes: https://bugs.gentoo.org/927889 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/hypothesis/hypothesis-6.98.18.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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+=(
