From 98897f3c98a3f560e1a6f50746836f2bde6d2177 Mon Sep 17 00:00:00 2001 From: Doppins Date: Fri, 9 Jun 2017 18:02:55 +0200 Subject: [PATCH] Upgrade dependency pytest to ==3.1.2 (#832) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 989156ab..154484dc 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ tests_require = [ 'pyflakes', 'moto==1.0.1', 'nose==1.3.7', - 'pytest==3.1.1', + 'pytest==3.1.2', 'factory-boy==2.8.1', 'fake-factory==0.7.2', 'pytest-flask==0.10.0',