bitprophet / releases

A powerful Sphinx changelog-generating extension.
http://releases.readthedocs.io/
BSD 2-Clause "Simplified" License
176 stars 41 forks source link

Tests cannot be run on win32 #48

Open mindw opened 8 years ago

mindw commented 8 years ago
[GABI-PC] Thu 04/28/2016 11:23:09.08
J:\dev\workspace\pythonxy-xy-27\src\python\fabric\__workspace\releases
>inv test
You indicated pty=True, but your platform doesn't support the 'pty' module!

invocations requires pty.

bitprophet commented 8 years ago

Ahh, yea. Forget why exactly, IIRC the spec lib doesn't print as nicely without a pty (or didn't at some point).

Some of my other libs run on Windows CI like appveyor and use the same test runner, so it should be solvable. At the very least we can put in an override parameter to the test task.