mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 06:17:14 +02:00
14 lines
485 B
Diff
14 lines
485 B
Diff
The output produced by pytest 8.0.0 doesn't match expected output
|
|
in `test_assert_match_failure_bytes` test.
|
|
|
|
--- a/tests/test_assert_match.py
|
|
+++ b/tests/test_assert_match.py
|
|
@@ -71,6 +71,7 @@ def test_assert_match_failure_string(request, testdir, basic_case_dir):
|
|
assert result.ret == 1
|
|
|
|
|
|
+@pytest.mark.skip(reason="test not compatible with pytest 8.0.0")
|
|
def test_assert_match_failure_bytes(request, testdir, basic_case_dir):
|
|
testdir.makepyfile(r"""
|
|
import os
|