From 43276c6b6152f289d6f9000b4f5df58ffb7e8462 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 28 Oct 2018 02:48:17 +0100 Subject: [PATCH] Pin pytest to latest version 3.9.3 --- {{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..cf4489c 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.9.3 ipdb factory-boy datadiff