Skip to content

Commit

Permalink
Merge pull request #3002 from Zalathar/pytest-nauto
Browse files Browse the repository at this point in the history
Run the main non-coverage tests with `-nauto` instead of `-n2`
  • Loading branch information
Zac-HD committed Jun 2, 2021
2 parents 6c6e5f6 + 58d7820 commit 8a5a371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/scripts/basic-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for k, v in sorted(dict(os.environ).items()):
pip install .


PYTEST="python -m pytest -n2"
PYTEST="python -m pytest -nauto"

# Run all the no-extra-dependency tests for this version (except slow nocover tests)
$PYTEST tests/cover tests/pytest
Expand Down

0 comments on commit 8a5a371

Please sign in to comment.