Skip to content

Commit 278baa4

Browse files
committed
facepalm
1 parent 01f90dc commit 278baa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ def target():
902902
assert (main_thread.ident, main_thread.name) == results.get(timeout=1)
903903

904904

905-
@pytest.mark.skipif(PY38, "Flakes a lot on 3.8 in CI.")
905+
@pytest.mark.skipif(PY38, reason="Flakes a lot on 3.8 in CI.")
906906
def test_get_current_thread_meta_failed_to_get_main_thread():
907907
results = Queue(maxsize=1)
908908

0 commit comments

Comments
 (0)