Fix test_sys.test_implementation for final releases.
This commit is contained in:
parent
1628eaa5dc
commit
e054f452bd
|
@ -585,7 +585,7 @@ class SysModuleTest(unittest.TestCase):
|
|||
def test_implementation(self):
|
||||
# This test applies to all implementations equally.
|
||||
|
||||
levels = {'alpha': 0xA, 'beta': 0xB, 'candidate': 0xC, 'release': 0xF}
|
||||
levels = {'alpha': 0xA, 'beta': 0xB, 'candidate': 0xC, 'final': 0xF}
|
||||
|
||||
self.assertTrue(hasattr(sys.implementation, 'name'))
|
||||
self.assertTrue(hasattr(sys.implementation, 'version'))
|
||||
|
|
Loading…
Reference in New Issue