You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
('abc', Err('Input should be a valid frozenset')),
83
83
],
84
84
)
85
+
@pytest.mark.thread_unsafe# generators in parameters not compatible with pytest-run-parallel, https://github.com/Quansight-Labs/pytest-run-parallel/issues/14
@pytest.mark.thread_unsafe# generators in parameters not compatible with pytest-run-parallel, https://github.com/Quansight-Labs/pytest-run-parallel/issues/14
Copy file name to clipboardExpand all lines: tests/validators/test_list.py
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ def gen_ints():
71
71
],
72
72
ids=repr,
73
73
)
74
+
@pytest.mark.thread_unsafe# generators in parameters not compatible with pytest-run-parallel, https://github.com/Quansight-Labs/pytest-run-parallel/issues/14
@pytest.mark.thread_unsafe# generators in parameters not compatible with pytest-run-parallel, https://github.com/Quansight-Labs/pytest-run-parallel/issues/14
@pytest.mark.thread_unsafe# generators in parameters not compatible with pytest-run-parallel, https://github.com/Quansight-Labs/pytest-run-parallel/issues/14
0 commit comments