From 0aa90a99e172f79eebfb48ab9c4eafd928c3cd10 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 13 Jan 2019 01:39:49 +0100 Subject: [PATCH] Pin pytest to latest version 4.1.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..3cb8ee7 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.1.1 ipdb factory-boy datadiff