From 34e8b30626fe710f4353baf4b713ce52f1823b65 Mon Sep 17 00:00:00 2001 From: Carl George Date: Fri, 14 Apr 2023 20:36:16 -0500 Subject: [PATCH 1/3] Adjust test requirements - Remove pytest-cov - Remove upper limit on pillow --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9c2e7c6..9ca27d8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -64,11 +64,10 @@ docs = test = attrs >= 20.2.0 hypothesis >= 5, < 7 - Pillow >= 7, < 9 + Pillow >= 7 psutil >= 5, < 6 pybind11 pytest >= 6, < 7 - pytest-cov >= 2.10.1, < 3 pytest-forked pytest-xdist >= 1.28, < 3 pytest-timeout >= 1.4.2 -- 2.39.2