From 9fd5703a04a01997463a2cefd6ec24a261bfd259 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 17 Oct 2018 07:39:55 +0200 Subject: [PATCH] Pin pytest to latest version 3.9.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..89aade1 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.1 ipdb factory-boy datadiff