From 3283120cca5d5eba5c3619612d0de5ad49dcf054 Mon Sep 17 00:00:00 2001 From: Giebisch Date: Fri, 21 Oct 2022 00:37:27 +0200 Subject: Fixed #34111 -- Made test runner with --debug-sql format SQL queries. --- tests/requirements/py3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/requirements') diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index 864aef201d..29f8d1a1b2 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -17,7 +17,7 @@ pywatchman; sys.platform != 'win32' PyYAML redis >= 3.0.0 selenium -sqlparse >= 0.2.2 +sqlparse >= 0.2.3 tblib >= 1.5.0 tzdata colorama; sys.platform == 'win32' -- cgit v1.2.1