From 7e7554c45089df5cdec1780d1a96ea71188145f0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 13 Aug 2021 17:35:24 +1000 Subject: [PATCH] Pin pytest to latest version 6.2.4 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 9955dec..a3737d7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +1,2 @@ -pytest +pytest==6.2.4 pytest-cov