Remove references to deprecated "py.test"

pull/366/head
David Sanders 2018-06-04 16:36:02 -06:00
parent 8352ad5afa
commit 32c8c981f2
No known key found for this signature in database
GPG Key ID: 87A8D53EF6038397
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ lint-roll:
$(MAKE) lint
test:
py.test tests
pytest tests
test-all:
tox

View File

@ -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

View File

@ -22,7 +22,7 @@ ignore=
[testenv]
usedevelop=True
commands=
core: py.test {posargs:tests/core}
core: pytest {posargs:tests/core}
doctest: make -C {toxinidir}/docs doctest
basepython =
doctest: python