From 0181281c26c1eb0f971956c9aeb1b8e4a17b8ae4 Mon Sep 17 00:00:00 2001 From: Giovanni Di Milia Date: Tue, 22 Sep 2015 13:20:36 -0400 Subject: [PATCH] Pinned PyTest to a version < 2.8 pytest-capturelog has problems with the latest version and raises warnings --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 42c25996..96fd89c9 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,6 +1,6 @@ # Core project/common application testing requirements -pytest +pytest<2.8 pytest-pep8 pytest-pylint pytest-cov