STINNER Victor <vstin...@redhat.com> added the comment:

> I had no failures on 3.4.3.

How do you run the test suite? The test fails when you pass option like -j0: 
python -m test -j0 test_tools.

IMHO the fix is trivial: monkey-patch sys.argv using support.swap_attr(sys, 
'argv', ...). (I didn't try the fix).

----------
components: +Tests, Windows
keywords: +easy
nosy: +paul.moore, steve.dower, tim.golden, vstinner
title: Test_tools not working on Windows. -> [EASY][Windows] test_tools fails 
on Windows when passing

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue25094>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to