From 3260442ecca26129c3b048389ecbf62723706a10 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 2017 16:55:45 -0500 Subject: [PATCH] Pin pytest to latest version 3.1.1 --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 65a2fa7..882066a 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,4 +1,4 @@ -pytest +pytest==3.1.1 pytest-cov pytest-mock==1.1 pytest-catchlog