From 627ac0be32d37eca8de661ab3b9c292b5f113a54 Mon Sep 17 00:00:00 2001 From: Jiri BOROVEC Date: Mon, 5 Aug 2019 22:01:45 +0200 Subject: [PATCH] fix tests req. --- tests/requirements.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index c16efc2add..dc667a0964 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,2 +1,7 @@ -coverage==4.5.3 -pytest==5.0.1 +nose>=1.3.7 +coverage +codecov +pytest>=3.0.5 +pytest-cov +flake8 +check-manifest \ No newline at end of file