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 5ba1ae0 commit e38e28dCopy full SHA for e38e28d
README.md
@@ -243,7 +243,8 @@ def test_skip_if_parallel(num_parallel_threads):
243
244
You can skip tests marked as or detected to be thread-unsafe by passing
245
`--skip-thread-unsafe` in your pytest invocation. This is useful when running
246
-pytest-run-parallel under [Thread Sanitizer](). Setting
+pytest-run-parallel under [Thread
247
+Sanitizer](https://clang.llvm.org/docs/ThreadSanitizer.html). Setting
248
`--skip-thread-unsafe=True` will avoid unnecessarily running tests where thread
249
sanitizer cannot detect races because the test is not parallelized.
250
0 commit comments