From db7c55bcd3c4d9187fa9a494c6d19c1465e8b3a3 Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Thu, 21 Mar 2019 02:59:24 -0400 Subject: [PATCH] dev_requirements: Allow pytest-4 The issue with pytest-plugins should be fixed now: https://github.com/manahl/pytest-plugins/issues/110 Signed-off-by: Jan Vesely --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 8b128f1fe70..e51465f23fd 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,4 +1,4 @@ -pytest<4 +pytest pytest-benchmark pytest-cov pytest-profiling