use auto with the pytest

This commit is contained in:
Andreas Zweili 2022-01-31 18:27:56 +01:00
parent 31eb209ec2
commit 84c783496e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ local:
testlocal:
( \
source venv/bin/activate; \
pytest -n6 --ds=network_inventory.settings.local --nomigrations --cov=. --cov-report=html; \
pytest -nauto --ds=network_inventory.settings.local --nomigrations --cov=. --cov-report=html; \
)