From 1d11d65bbeeaf3a7ecc325cb97c613d8b6476028 Mon Sep 17 00:00:00 2001 From: nulano Date: Wed, 13 May 2020 13:27:24 +0200 Subject: [PATCH] ignore PyTest 5.4.2 --- .ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install.sh b/.ci/install.sh index 3a8221659..aaeb562a3 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -25,7 +25,7 @@ pip install --upgrade pip PYTHONOPTIMIZE=0 pip install cffi pip install coverage pip install olefile -pip install -U pytest +pip install -U pytest!=5.4.2 pip install -U pytest-cov pip install pyroma pip install test-image-results