Skip to content

Commit 5ba1ae0

Browse files
committed
respond to lysandros' review
1 parent 75b8369 commit 5ba1ae0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pytest_run_parallel/plugin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ def pytest_itemcollected(item):
193193
]
194194
skipped_functions = frozenset((".".join(x[:-1]), x[-1]) for x in skipped_functions)
195195

196-
skip_thread_unsafe = item.config.option.skip_thread_unsafe
197-
198196
if n_workers > 1:
199197
thread_unsafe, thread_unsafe_reason = identify_thread_unsafe_nodes(
200198
item.obj, skipped_functions

0 commit comments

Comments
 (0)