From cb8eccf603bfff4cc0141331f04c5da7fc16160f Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Wed, 6 Jul 2016 18:29:49 +0500 Subject: [PATCH] TST pin pytest-cov to 2.2.1; upgrade pytest --- tests/requirements-py3.txt | 4 ++-- tests/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/requirements-py3.txt b/tests/requirements-py3.txt index 2a89763a5..ed189c66c 100644 --- a/tests/requirements-py3.txt +++ b/tests/requirements-py3.txt @@ -1,6 +1,6 @@ -pytest==2.7.3 +pytest==2.9.2 pytest-twisted -pytest-cov +pytest-cov==2.2.1 testfixtures jmespath leveldb diff --git a/tests/requirements.txt b/tests/requirements.txt index 8901fe16b..9d0c3c996 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,9 +2,9 @@ mock mitmproxy==0.10.1 netlib==0.10.1 -pytest==2.7.3 +pytest==2.9.2 pytest-twisted -pytest-cov +pytest-cov==2.2.1 jmespath testfixtures # optional for shell wrapper tests