From 55587385aa2d6345fce9163eb6de2263e30ed7c3 Mon Sep 17 00:00:00 2001 From: bullet-dev-team <72478731+bullet-dev-team@users.noreply.github.com> Date: Fri, 17 Feb 2023 13:43:29 -0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8bc3a5c7839..e65012d9e43 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ ] tests_require = [ - 'WebTest >= 1.3.1', # py3 compat + 'WebTest >= 1.3.1', # py3 compat 'pytest', # includes virtualenv 'pytest-cov', ]