From bf6b3d3b9bebdfa2324199a5e8d295e976cb17b9 Mon Sep 17 00:00:00 2001 From: Hellowlol Date: Thu, 28 Nov 2019 23:46:04 +0100 Subject: [PATCH] Update requirements_dev.txt Lets try to pin pytest mock before the breaking change.. The tests still needs to fixed as mocker patch dont really work. --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 5815b009..6e3553ce 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ pillow pytest pytest-cache pytest-cov -pytest-mock +pytest-mock<=1.11.2 recommonmark requests sphinx