diff --git a/requirements-test.txt b/requirements-test.txt index 703bb73f8..5c737c3e8 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -9,7 +9,7 @@ certifi==2022.12.7 ; python_version >= "3.11" and python_version < "3.12" cffi==1.15.1 ; python_version >= "3.11" and python_version < "3.12" charset-normalizer==2.1.1 ; python_version >= "3.11" and python_version < "3.12" click==8.0.4 ; python_version >= "3.11" and python_version < "3.12" -colorama==0.4.4 ; python_version >= "3.11" and python_version < "3.12" and sys_platform == "win32" or python_version >= "3.11" and python_version < "3.12" and platform_system == "Windows" +colorama==0.4.4 ; python_version >= "3.11" and python_version < "3.12" and (sys_platform == "win32" or platform_system == "Windows") colorlog==4.8.0 ; python_version >= "3.11" and python_version < "3.12" coverage==5.5 ; python_version >= "3.11" and python_version < "3.12" coveralls==3.2.0 ; python_version >= "3.11" and python_version < "3.12"