1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 14:00:46 +00:00

tox: Fix obsoletion warning

This commit is contained in:
Alex Thiessen 2022-01-23 01:50:41 +01:00
parent 022814c86b
commit 5a57837f8b
No known key found for this signature in database
GPG Key ID: 6C90AE2B18A1CF5B

View File

@ -15,7 +15,7 @@ deps =
pytest >= 2.9 pytest >= 2.9
commands = commands =
coverage run --source=bin/ --omit=bin/autojump_argparse.py -m \ coverage run --source=bin/ --omit=bin/autojump_argparse.py -m \
py.test -vv -rxs --tb native -s --strict {posargs:tests} py.test -vv -rxs --tb native -s --strict-markers {posargs:tests}
coverage report -m coverage report -m