From 4aaea4c43bdf3b3c5ff8133c6b422a34a44d3456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Sat, 1 May 2021 19:27:52 +0200 Subject: [PATCH] Remove unused dependencies in resources/test/tox.ini pyvirtualdisplay would perhaps have been nice, but the tests just run on the real display currently. Part of https://github.com/web-platform-tests/wpt/issues/28776. --- resources/test/tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/test/tox.ini b/resources/test/tox.ini index ff346a9de446ba..57e507ea6b8b12 100644 --- a/resources/test/tox.ini +++ b/resources/test/tox.ini @@ -9,8 +9,5 @@ passenv=DISPLAY # Necessary for the spawned GeckoDriver process to connect to deps = -r{toxinidir}/../../tools/requirements_pytest.txt html5lib - pyvirtualdisplay - six - requests commands = pytest -vv {posargs}