From e4a61b71cd04c7a0855538b944f0b4555edf0aac Mon Sep 17 00:00:00 2001 From: Samuel Girardin Date: Tue, 22 Mar 2022 09:17:37 +0100 Subject: [PATCH] Added missing pytest dependency for TestCase class --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7ccc4174b..c6876f0e6 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,7 @@ "hfilesize>=0.1", "dotty_dict>=1.3.0<1.40", "pyjwt>=2.3,<2.4", + "pytest>=7<8", ], # See https://pypi.python.org/pypi?%3Aaction=list_classifiers classifiers=[