Pass posargs to pytest command, skip redundant install
This commit is contained in:
parent
2bd5931a04
commit
8e4d23e470
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue