From b663d782d570d156060c78dbb8e8e46044116442 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