diff options
author | 2024-03-27 16:01:18 +0100 | |
---|---|---|
committer | 2024-03-27 17:31:22 +0100 | |
commit | a4d0af15ed9e851d896968c74e4126d12fe77fc3 (patch) | |
tree | e54476652a6ebd25b1cf981dfb1570f75b173efa /dev-python/hypothesis | |
parent | dev-python/hypothesis: require >=dev-python/pytest-8 (diff) | |
download | gentoo-a4d0af15ed9e851d896968c74e4126d12fe77fc3.tar.gz gentoo-a4d0af15ed9e851d896968c74e4126d12fe77fc3.tar.bz2 gentoo-a4d0af15ed9e851d896968c74e4126d12fe77fc3.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/hypothesis')
-rw-r--r-- | dev-python/hypothesis/hypothesis-6.98.18.ebuild | 7 |
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+=( |