From 2a87be310f7b6d697a789dd21e0056ac4bcbade3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Thu, 31 Jan 2019 18:56:16 +0000 Subject: [PATCH] Bug 1523562 [wpt PR 14895] - Remove pytest-catchlog dependency, a=testonly Automatic update from web-platform-tests Remove pytest-catchlog dependency (#14895) Running the tests currently shows this warning: > PytestWarning: pytest-catchlog plugin has been merged into the core, please remove it from your requirements. -- wpt-commits: 8aaeb8897fa3bd2a97751a22faf6dd3da3ab32aa wpt-pr: 14895 --- testing/web-platform/tests/tools/tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/web-platform/tests/tools/tox.ini b/testing/web-platform/tests/tools/tox.ini index fc66c6c2ac39..3b0c6d172bc0 100644 --- a/testing/web-platform/tests/tools/tox.ini +++ b/testing/web-platform/tests/tools/tox.ini @@ -8,7 +8,6 @@ deps = pytest-cov mock hypothesis - pytest-catchlog commands = pytest --cov {posargs}