From 0f97fad87de8a4ee9a411243865549dce4fc1ea7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 14 Dec 2015 07:14:39 +0100 Subject: [PATCH] Revert "requirements: Update colorama to 0.3.5." This reverts commit 06298022a3240e6ba1bab4cced91fa5e7f7a6580. We get this when the tests finished running: Error in atexit._run_exitfuncs: Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/.tox/py35/lib/python3.5/site-packages/colorama/initialise.py", line 19, in reset_all AnsiToWin32(orig_stdout).reset_all() File "/home/florian/proj/qutebrowser/git/.tox/py35/lib/python3.5/site-packages/colorama/ansitowin32.py", line 67, in __init__ strip = conversion_supported or not is_a_tty(wrapped) File "/home/florian/proj/qutebrowser/git/.tox/py35/lib/python3.5/site-packages/colorama/ansitowin32.py", line 17, in is_a_tty return hasattr(stream, 'isatty') and stream.isatty() ValueError: I/O operation on closed file --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9e67f51c6..d5dd44c08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ MarkupSafe==0.23 Pygments==2.0.2 pyPEG2==2.15.2 PyYAML==3.11 -colorama==0.3.5 +colorama==0.3.3 colorlog==2.6.0 cssutils==1.0.1