summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSulabh Katila <sulabhkatila@gmail.com>2023-08-30 23:03:30 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-09-01 11:26:29 +0200
commit9a9620dda649dcdb685662bbd9cb409bfeff4214 (patch)
tree73ec7f581a52809ccb0ee68bc451f3093e65e884 /tests
parent9cc0d7f7f85cecc3ad15bbc471fe6a08e4f515b6 (diff)
Fixed #34768 -- Avoided initializing colorama on non-Windows platforms.
Diffstat (limited to 'tests')
-rw-r--r--tests/requirements/py3.txt2
1 files changed, 1 insertions, 1 deletions
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'