Skip to content
Snippets Groups Projects
Commit 705278e7 authored by James Abbatiello <abbeyj at gmail.com>'s avatar James Abbatiello
Browse files

Fix test-demandimport and test-trusted under Windows

The Windows-only wrapper around stdout is causing both of these tests to fail.
test-demandimport fails because it tries to print repr(sys.stdout).  Use
stderr instead since that is not wrapped.

test-trusted fails because the wrapper doesn't handle softspace and an
unexpected extra space gets printed.
parent e8441597
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment