Skip to content
Snippets Groups Projects
Commit cd757be1 authored by Daniel Hillier's avatar Daniel Hillier
Browse files

Fix failing 3.9 tests

parent afd9d636
No related branches found
No related tags found
1 merge request!3And incremental support to the witer
......@@ -22,7 +22,7 @@
test-python39:
<<: *unit
image: python:3.9-rc
image: python:3.9
variables:
TOXENV: py39
......
......@@ -236,7 +236,7 @@
def test_indent_space_caching(self):
super().test_indent_space_caching()
@unittest.skipIf(sys.version_info[:2] < (3, 9), "Fails in py3.8")
@unittest.skipIf(sys.version_info[:3] < (3, 9, 11), "Test / change introduced in 3.9.11")
def test_initialize_parser_without_target(self):
super().test_initialize_parser_without_target()
......
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