From 993e124952d2ae6d66e540a274ef9fe3b0ca5666 Mon Sep 17 00:00:00 2001 From: jgraham Date: Mon, 23 Jul 2018 10:34:17 +0000 Subject: [PATCH] Bug 1475419 [wpt PR 11955] - Disable tox for all of tools/third_party, a=testonly Automatic update from web-platform-testsDisable tox for all of tools/third_party (#11955) -- wpt-commits: ed4811186ae6a02e9804012c2fc05fa94477d273 wpt-pr: 11955 --- testing/web-platform/tests/tools/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/web-platform/tests/tools/tox.ini b/testing/web-platform/tests/tools/tox.ini index 24fe7427268b..e338cf7da20e 100644 --- a/testing/web-platform/tests/tools/tox.ini +++ b/testing/web-platform/tests/tools/tox.ini @@ -43,4 +43,4 @@ select = E,W,F,N # N802: function name should be lowercase ignore = E128,E129,E221,E226,E231,E251,E265,E302,E303,E305,E402,E731,E901,W601,N801,N802 max-line-length = 141 -exclude = .tox,html5lib,third_party/py,third_party/pytest,third_party/funcsigs,third_party/attrs,third_party/pluggy/,pywebsocket,six,_venv,webencodings,wptserve/docs,wptserve/tests/functional/docroot/,wpt,wptrunner +exclude = .tox,html5lib,third_party,pywebsocket,six,_venv,webencodings,wptserve/docs,wptserve/tests/functional/docroot/,wpt,wptrunner