Remove references to deprecated "py.test"
This commit is contained in:
parent
8352ad5afa
commit
32c8c981f2
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ lint-roll:
|
|||
$(MAKE) lint
|
||||
|
||||
test:
|
||||
py.test tests
|
||||
pytest tests
|
||||
|
||||
test-all:
|
||||
tox
|
||||
|
|
|
@ -4,4 +4,4 @@ python_paths= .
|
|||
xfail_strict=true
|
||||
|
||||
[pytest-watch]
|
||||
runner= py.test --failed-first --maxfail=1 --no-success-flaky-report
|
||||
runner= pytest --failed-first --maxfail=1 --no-success-flaky-report
|
||||
|
|
Loading…
Reference in New Issue