From 659bbb40e4e15c417040b12a3fa0690386acea0a Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Fri, 26 Feb 2021 12:57:29 +0100 Subject: [PATCH] requirements.in: stick pytest to 3.7.1 version Untill someone fixes unittests. Signed-off-by: Kyr Shatskyy --- requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.in b/requirements.in index 625e55ed1a..c9bf3a4d64 100644 --- a/requirements.in +++ b/requirements.in @@ -33,7 +33,7 @@ boto3 cryptography>=2.7 nose pip-tools -pytest +pytest==3.7.1 requests tox xmltodict -- 2.39.5