From 1c31acd525d5df1ebcc7ba953e4a276f604c28fd Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Tue, 31 Jul 2018 14:56:41 -0300 Subject: [PATCH] Pin pytest version. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 286cd82..5a536e7 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ changedir= deps = mock psycopg2 - pytest + pytest==3.6.4 pytest-django pytest-flake8 pytest-cov