From a23149cd2f7de07446b689e676bc49b2ce7d7ba8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 6 Dec 2017 06:45:55 +0100 Subject: [PATCH] Pin pytest to latest version 3.3.1 --- {{cookiecutter.app_name}}/requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/requirements/development.txt b/{{cookiecutter.app_name}}/requirements/development.txt index 13d6f60..835d917 100644 --- a/{{cookiecutter.app_name}}/requirements/development.txt +++ b/{{cookiecutter.app_name}}/requirements/development.txt @@ -2,7 +2,7 @@ -r production.txt # Testing -pytest +pytest==3.3.1 ipdb factory-boy datadiff