Skip to content
Snippets Groups Projects
Commit f8270ba8 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Also skip some zip tests under 3.10.14 as well; a potential regression may...

Also skip some zip tests under 3.10.14 as well; a potential regression may have been backported to the 3.10.x series. (Re: #362)
parent 71019a8d
No related branches found
No related tags found
No related merge requests found
Pipeline #657040 failed with stages
in 13 minutes and 39 seconds
......@@ -41,8 +41,8 @@ test_comment2 = load_fixture("test_comment2.zip")
# See #362
skip_if_python_zip_regression = pytest.mark.skipif(
sys.version_info >= (3, 11, 8),
reason="Test fails under 3.11.8+; possible regression",
sys.version_info >= (3, 10, 14),
reason="Test fails under 3.10.14+ (and 3.11.8+); possible regression",
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment