We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc3f23 commit 57389dbCopy full SHA for 57389db
Lib/test/test_importlib/test_util.py
@@ -763,7 +763,7 @@ class MagicNumberTests(unittest.TestCase):
763
Test release compatibility issues relating to importlib
764
"""
765
@unittest.skipUnless(
766
- sys.version_info.releaselevel in ('final', 'release'),
+ sys.version_info.releaselevel in ('candidate', 'final'),
767
'only applies to candidate or final python release levels'
768
)
769
def test_magic_number(self):
0 commit comments