Skip to content

Commit 6445dc4

Browse files
authored
Fix typo in README.md regarding Hypothesis flag
1 parent d61fe00 commit 6445dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ those fixtures are shared between threads.
7575
- `--mark-hypothesis-as-unsafe` to always skip running tests that
7676
use [hypothesis](https://github.com/hypothesisworks/hypothesis).
7777
While newer versions of Hypothesis are thread-safe, and versions
78-
which are not automatically skipped by `pytest-run-parallel`,
78+
which are not are automatically skipped by `pytest-run-parallel`,
7979
this flag is an escape hatch in case you run into thread-safety
8080
problems caused by Hypothesis, or in tests that happen to use
8181
hypothesis and were skipped in older versions of pytest-run-parallel.

0 commit comments

Comments
 (0)