The test suite is failing on the MSWin32 platform. As far as I'm aware, there's no actual problem with the module, just the testing process: the approach it uses simply doesn't work on MSWin32.
Possible solutions to this problem:
- Rewrite the test suite in a manner compatible with MSWin32, assuming I can figure out one.
- Skip tests on MSWin32.
The test suite is failing on the MSWin32 platform. As far as I'm aware, there's no actual problem with the module, just the testing process: the approach it uses simply doesn't work on MSWin32.
Possible solutions to this problem: