8000
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 5430c14 commit f79386fCopy full SHA for f79386f
Lib/test/test_import_magic.py
@@ -11,7 +11,7 @@ class MagicNumberTests(unittest.TestCase):
11
Test release compatibility issues relating to precompiled bytecode
12
"""
13
@unittest.skipUnless(
14
- sys.version_info.releaselevel in ('final', 'release'),
+ sys.version_info.releaselevel in ('candidate', 'final'),
15
'only applies to candidate or final python release levels'
16
)
17
def test_magic_number(self):
0 commit comments