From 916141a08f37e2a1dc816ce44bfc3e636770b7c9 Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Mon, 21 Sep 2015 21:12:52 +0500 Subject: [PATCH] TST pin pytest to 2.7.3 --- tests/requirements-py3.txt | 2 +- tests/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/requirements-py3.txt b/tests/requirements-py3.txt index cac8da9b5..a709a734e 100644 --- a/tests/requirements-py3.txt +++ b/tests/requirements-py3.txt @@ -1,4 +1,4 @@ -pytest>=2.6.0 +pytest==2.7.3 pytest-twisted pytest-cov testfixtures diff --git a/tests/requirements.txt b/tests/requirements.txt index f88d17538..8901fe16b 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,6 +2,7 @@ mock mitmproxy==0.10.1 netlib==0.10.1 +pytest==2.7.3 pytest-twisted pytest-cov jmespath