mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Remove pytest-xdist from tox now that it's in requirements_test.txt (#37455)
This commit is contained in:
parent
6fd8a7a34e
commit
3832c8efd9
2
tox.ini
2
tox.ini
@ -10,7 +10,6 @@ commands =
|
|||||||
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
|
||||||
pytest-xdist
|
|
||||||
|
|
||||||
[testenv:cov]
|
[testenv:cov]
|
||||||
commands =
|
commands =
|
||||||
@ -19,7 +18,6 @@ commands =
|
|||||||
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
|
||||||
pytest-xdist
|
|
||||||
|
|
||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
ignore_errors = True
|
ignore_errors = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user