mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Remove references to deprecated "py.test"
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user