blob: 81211d44983e6a417d1cbcba0bd18662b4eeb793 [file] [log] [blame]
Andrew Geissler5082cc72023-09-11 08:41:39 -04001Fixes test failures on musl
2
3Fixes errors
4ptestresult.python3-dominate.tests/test_dom_tag.py::test___get_thread_context
5
6Upstream-Status: Pending
7Signed-off-by: Khem Raj <raj.khem@gmail.com>
8
9diff --git a/tests/test_dom_tag.py b/tests/test_dom_tag.py
10index 43ffecb..1126e54 100644
11--- a/tests/test_dom_tag.py
12+++ b/tests/test_dom_tag.py
13@@ -18,6 +18,7 @@ def test___get_thread_context(monkeypatch):
14 monkeypatch.setattr(sut, 'threading', threading)
15
16 assert sut._get_thread_context() in [
17+ 1692341442, # Python >= 3.9, 32-bit
18 -6805948436281256182, # Python >= 3.9
19 3713141171098444831, # Python < 3.9
20 ]