We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e21100 commit e7d3cccCopy full SHA for e7d3ccc
1 file changed
Lib/test/test_importlib/test_util.py
@@ -842,7 +842,7 @@ class MagicNumberTests(unittest.TestCase):
842
Test release compatibility issues relating to importlib
843
"""
844
@unittest.skipUnless(
845
- sys.version_info.releaselevel in ('final', 'release'),
+ sys.version_info.releaselevel in ('candidate', 'final'),
846
'only applies to candidate or final python release levels'
847
)
848
def test_magic_number(self):
0 commit comments