mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Remove pytest-xdist from tox now that it's in requirements_test.txt (#37455)
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user