1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 20:55:20 +03:00
aports/testing/py3-dominate/fix-tests.patch
2023-06-05 21:58:22 +00:00

12 lines
450 B
Diff

diff --git a/tests/test_dom_tag.py b/tests/test_dom_tag.py
index 43ffecb..1126e54 100644
--- a/tests/test_dom_tag.py
+++ b/tests/test_dom_tag.py
@@ -18,6 +18,7 @@ def test___get_thread_context(monkeypatch):
monkeypatch.setattr(sut, 'threading', threading)
assert sut._get_thread_context() in [
+ 1692341442, # Python >= 3.9, 32-bit
-6805948436281256182, # Python >= 3.9
3713141171098444831, # Python < 3.9
]