From 88100484e0aafc17fa4a8fcd01966c9c9ca8d25d Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 12 Apr 2020 15:16:12 +0200 Subject: [PATCH] Move more test deps from CI config to requirements --- requirements/test.pip | 1 + tox.ini | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements/test.pip b/requirements/test.pip index 5cadfafb..25ab14ea 100644 --- a/requirements/test.pip +++ b/requirements/test.pip @@ -1,6 +1,7 @@ # Tests mock pytest==5.3.5 +pytest-cov # Optional Packages Markdown >= 3.1 diff --git a/tox.ini b/tox.ini index 7ddcfae0..cf8b150a 100644 --- a/tox.ini +++ b/tox.ini @@ -10,8 +10,6 @@ passenv = * usedevelop=True deps = -rrequirements/test.pip - pytest - pytest-cov pygments==2.1.3 commands =