Skip to content
Snippets Groups Projects
Commit 4d63baf7 authored by Ville Skyttä's avatar Ville Skyttä Committed by Martin Hjelmare
Browse files

Invoke pytest instead of py.test per upstream recommendation, #dropthedot (#14434)

parent 234bf1f0
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ setenv = ...@@ -12,7 +12,7 @@ setenv =
whitelist_externals = /usr/bin/env whitelist_externals = /usr/bin/env
install_command = /usr/bin/env LANG=C.UTF-8 pip install {opts} {packages} install_command = /usr/bin/env LANG=C.UTF-8 pip install {opts} {packages}
commands = commands =
py.test --timeout=9 --duration=10 --cov --cov-report= {posargs} pytest --timeout=9 --duration=10 --cov --cov-report= {posargs}
deps = deps =
-r{toxinidir}/requirements_test_all.txt -r{toxinidir}/requirements_test_all.txt
-c{toxinidir}/homeassistant/package_constraints.txt -c{toxinidir}/homeassistant/package_constraints.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment