From 9f31c131b8bf9b41427cdac9440f5eab251d9b2d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 15 Nov 2017 17:31:12 +0100 Subject: [PATCH] Pin pytest to latest version 3.2.5 --- {{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 e2c64ef..e40ab89 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.2.5 ipdb Faker datadiff