Pass posargs to pytest command, skip redundant install

This commit is contained in:
Joar Wandborg 2019-01-09 22:00:29 +01:00
parent 2bd5931a04
commit 8e4d23e470
No known key found for this signature in database
GPG Key ID: C5BFD16A33ED24C1
2 changed files with 2 additions and 4 deletions

View File

@ -10,5 +10,4 @@ skip_missing_interpreters = true
description = Run the unit tests under {basepython}
deps = -rrequirements-dev.txt
usedevelop = True
commands = pip install -e .
pytest
commands = pytest {posargs}

View File

@ -10,5 +10,4 @@ skip_missing_interpreters = true
description = Run the unit tests under {basepython}
deps = -rrequirements-dev.txt
usedevelop = True
commands = pip install -e .
pytest tests
commands = pytest {posargs}