From b543897a189a60b36c8d0d1f4d73a1f636a46920 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 14 Dec 2018 20:59:53 +0100 Subject: [PATCH] Pin pytest to latest version 4.0.2 --- {{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..f9f34c2 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==4.0.2 ipdb factory-boy datadiff