Remove pytest-xdist from tox now that it's in requirements_test.txt (#37455)
parent
6fd8a7a34e
commit
3832c8efd9
2
tox.ini
2
tox.ini
|
@ -10,7 +10,6 @@ commands =
|
|||
deps =
|
||||
-r{toxinidir}/requirements_test_all.txt
|
||||
-c{toxinidir}/homeassistant/package_constraints.txt
|
||||
pytest-xdist
|
||||
|
||||
[testenv:cov]
|
||||
commands =
|
||||
|
@ -19,7 +18,6 @@ commands =
|
|||
deps =
|
||||
-r{toxinidir}/requirements_test_all.txt
|
||||
-c{toxinidir}/homeassistant/package_constraints.txt
|
||||
pytest-xdist
|
||||
|
||||
[testenv:pylint]
|
||||
ignore_errors = True
|
||||
|
|
Loading…
Reference in New Issue