Remove pytest-xdist from tox now that it's in requirements_test.txt (#37455)

pull/37457/head
Ville Skyttä 2020-07-04 11:03:29 +03:00 committed by GitHub
parent 6fd8a7a34e
commit 3832c8efd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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