We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f90dc commit 278baa4Copy full SHA for 278baa4
tests/test_utils.py
@@ -902,7 +902,7 @@ def target():
902
assert (main_thread.ident, main_thread.name) == results.get(timeout=1)
903
904
905
-@pytest.mark.skipif(PY38, "Flakes a lot on 3.8 in CI.")
+@pytest.mark.skipif(PY38, reason="Flakes a lot on 3.8 in CI.")
906
def test_get_current_thread_meta_failed_to_get_main_thread():
907
results = Queue(maxsize=1)
908
0 commit comments