From 3832c8efd9892d2f055fa7890c63c2c9f6004b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 4 Jul 2020 11:03:29 +0300 Subject: [PATCH] Remove pytest-xdist from tox now that it's in requirements_test.txt (#37455) --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index e35964a44a6..88ef4124c7f 100644 --- a/tox.ini +++ b/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