Skip to content
Snippets Groups Projects
Unverified Commit d6cf9e4a authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

[3.11] Update the magic number in test_util.py (GH-95714) (#95716)

parent 96555cb2
Branches
Tags
No related merge requests found
......@@ -860,7 +860,7 @@ def test_magic_number(self):
# stakeholders such as OS package maintainers must be notified
# in advance. Such exceptional releases will then require an
# adjustment to this test case.
EXPECTED_MAGIC_NUMBER = 3413
EXPECTED_MAGIC_NUMBER = 3495
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
msg = (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment