From 2a2d7023cc0d5cf49870f493e924894f98d5380d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Mar 2021 08:56:12 +1100 Subject: [PATCH] Pin pytest to latest version 6.2.2 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 9955dec..62bce80 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +1,2 @@ -pytest +pytest==6.2.2 pytest-cov