From 5706a02b4c0541a3a24230b87f26e326ab32789c Mon Sep 17 00:00:00 2001 From: Peter Bull Date: Wed, 28 Dec 2022 17:47:13 -0800 Subject: [PATCH] bound coverage --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 06635f73..8a993c11 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,7 @@ console_scripts = [options.extras_require] tests = - coverage + coverage<7 Pillow>=9.0.0 pytest pytest-coverage