Open BrendanSimon opened 4 years ago
pychroot often doesn't handle running within pytest's modified testing environment at this point without mocking out various aspects. In this case you'd need to run the tests with pytest's stdin/stdout capturing disabled (use the -s argument for pytest).
Patches accepted if you can figure out how to improve the situation, but I don't want to insert hacks into the codebase to work around specific test platform quirks.
The following script run with
pytest
fails with:Output: