Commit 14536969 authored by Jason Madden's avatar Jason Madden

typo

parent 059c7569
...@@ -555,7 +555,7 @@ if WIN: ...@@ -555,7 +555,7 @@ if WIN:
# On appveyor, this test has been seen to fail on 3.9 and 3.8 # On appveyor, this test has been seen to fail on 3.9 and 3.8
] ]
if sys.version_info[2] <= (3, 9): if sys.version_info[:2] <= (3, 9):
disabled_tests += [ disabled_tests += [
'test_context.HamtTest.test_hamt_collision_3', 'test_context.HamtTest.test_hamt_collision_3',
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment