From 3c11fb1668a3d82c88ee3b08e5c64b7452ad2e24 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 21 Feb 2018 04:40:33 +0100 Subject: [PATCH] Pin pytest to latest version 3.4.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..ce05a16 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.4.1 ipdb factory-boy datadiff