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

Fix python tests on Python 3.7 with file 5.39+. (Re: #284)

parent 286d5131
No related branches found
No related tags found
No related merge requests found
Pipeline #308868 passed
......@@ -51,6 +51,10 @@ def differences(pyc1, pyc2):
@skip_unless_file_version_is_at_least("5.39")
@skipif(
sys.version_info < (3, 8),
reason="Python 3.7 cannot de-marshal test1.pyc-renamed",
)
def test_diff(differences):
assert_diff_startswith(
differences[0],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment