From c7245acfdc3cc03b195586db34c0124e2715634d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 25 Sep 2019 14:06:19 -0400 Subject: [PATCH] Pin pytest to latest version 5.1.3 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5670d27..78bf62c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ linting = pylint==2.4.1 testing = - pytest~=5.1.0 + pytest==5.1.3 pytest-flake8 pytest-pylint~=0.14.0