From 9a9620dda649dcdb685662bbd9cb409bfeff4214 Mon Sep 17 00:00:00 2001 From: Sulabh Katila Date: Wed, 30 Aug 2023 23:03:30 -0400 Subject: Fixed #34768 -- Avoided initializing colorama on non-Windows platforms. --- tests/requirements/py3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index 5a7cc2f28a..ecadeaf6cb 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -18,4 +18,4 @@ selenium >= 4.8.0 sqlparse >= 0.3.1 tblib >= 1.5.0 tzdata -colorama; sys.platform == 'win32' +colorama >= 0.4.6; sys.platform == 'win32' -- cgit v1.3