Skip to content

Commit

Permalink
envr: fix xdist parallel tests messing up tab completion (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPHutchins committed Feb 14, 2024
1 parent 2f51f92 commit f9446aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envr-default
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ PYTHON_VENV=.venv

[ALIASES]
lint=black --check . && isort --check-only . && flake8 . && mypy .
test=coverage erase && pytest --cov --maxfail=3 -n auto
test=(coverage erase && pytest --cov --maxfail=3 -n auto)

0 comments on commit f9446aa

Please sign in to comment.