Revert "requirements: Update colorama to 0.3.5."
This reverts commit 06298022a3
.
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
This commit is contained in:
parent
879f99bddf
commit
0f97fad87d
@ -3,6 +3,6 @@ MarkupSafe==0.23
|
|||||||
Pygments==2.0.2
|
Pygments==2.0.2
|
||||||
pyPEG2==2.15.2
|
pyPEG2==2.15.2
|
||||||
PyYAML==3.11
|
PyYAML==3.11
|
||||||
colorama==0.3.5
|
colorama==0.3.3
|
||||||
colorlog==2.6.0
|
colorlog==2.6.0
|
||||||
cssutils==1.0.1
|
cssutils==1.0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user