Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 448fca1

Browse files
committed
CI: Remove PYTHONUNBUFFERED=1 on Appveyor
It is there for unknown reason, since Appveyor setup. I do not expect something to break, probably it was somehow related to multiprocess bug in Python 3 prior to 3.6.3, and we have a fix for it already. I expect to see some insignificant speed-up (should be much more on pdf tests).
1 parent 081a639 commit 448fca1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ init:
4747

4848
install:
4949
- set PATH=%CONDA_INSTALL_LOCN%;%CONDA_INSTALL_LOCN%\scripts;%PATH%;
50-
- set PYTHONUNBUFFERED=1
5150
- conda config --set always_yes true
5251
- conda update --all
5352
- conda config --set show_channel_urls yes

0 commit comments

Comments
 (0)