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 fb17b81 commit 8511b44Copy full SHA for 8511b44
Lib/test/test_importlib/test_util.py
@@ -769,7 +769,7 @@ class MagicNumberTests(unittest.TestCase):
769
Test release compatibility issues relating to importlib
770
"""
771
@unittest.skipUnless(
772
- sys.version_info.releaselevel in ('final', 'release'),
+ sys.version_info.releaselevel in ('candidate', 'final'),
773
'only applies to candidate or final python release levels'
774
)
775
def test_magic_number(self):
0 commit comments