From 4b08b34589a4c34e6f0b68b6a4b5c11f31db941e Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Fri, 6 Aug 2021 14:52:51 +0100 Subject: [PATCH] Pinning coverage --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a2d6d71..cf3127b 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,8 @@ def run(self): "configparser==4.0.2", "pyld==1.0.5", "pyrsistent==0.16.0", - "decorator==4.4.2" + "decorator==4.4.2", + "coverage==5.5" ], }, test_suite="tests",