From 1f09ef6b843ec1c34f40b96e67060f4128041a34 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 29 Mar 2018 11:08:38 +0200 Subject: [PATCH] tests: Use pytest<3.3 to avoid breaking changes --- dev-requirements.txt | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 809a0038..512421e7 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ mock responses # Test runners -pytest +pytest<3.3.0 pytest-capturelog pytest-cov pytest-xdist diff --git a/tox.ini b/tox.ini index d5bed67d..6b4a05ed 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ commands = {posargs} deps = mock - pytest + pytest<3.3.0 pytest-capturelog pytest-cov pytest-xdist