Kaydet (Commit) e7d3cccd authored tarafından Ned Deily's avatar Ned Deily

bpo-29514: Make magic number test work for candidates

üst 4e21100f
......@@ -842,7 +842,7 @@ class MagicNumberTests(unittest.TestCase):
Test release compatibility issues relating to importlib
"""
@unittest.skipUnless(
sys.version_info.releaselevel in ('final', 'release'),
sys.version_info.releaselevel in ('candidate', 'final'),
'only applies to candidate or final python release levels'
)
def test_magic_number(self):
......
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