From fd1887fc3d36fe06de5f4bb2775e6c183c6699ba Mon Sep 17 00:00:00 2001
From: hagrid67 <jdhwatson@gmail.com>
Date: Fri, 14 Aug 2020 17:12:34 +0100
Subject: [PATCH] setting <5 in reqs_dev for pytest - pytest 6 seems to cause
 probs with --basetemp

---
 requirements_dev.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements_dev.txt b/requirements_dev.txt
index b35f5d03..5fad00e4 100644
--- a/requirements_dev.txt
+++ b/requirements_dev.txt
@@ -1,6 +1,6 @@
 # contains all requirements to run the tests by running ```tox -e py36,py37```
 tox>=3.5.2
-pytest>=3.8.2
+pytest>=3.8.2,<5
 pytest-runner>=4.2
 Click>=7.0
 crowdai-api>=0.1.21
-- 
GitLab