From de9f97408afc575045337c3abc995f649497a80f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 20 Oct 2019 20:36:28 +1100 Subject: [PATCH] Pin pytest to latest version 5.2.1 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 9955dec..e96b90c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +1,2 @@ -pytest +pytest==5.2.1 pytest-cov