nose icon indicating copy to clipboard operation
nose copied to clipboard

Test failures on Windows

Open mambocab opened this issue 10 years ago • 2 comments

Several tests fail under Windows (Server 2012 R2) on 2.7. See the output linked below:

https://gist.github.com/anonymous/fb755b00136503ed1cd1

I found this while trying to figure out why the multiprocessing plugin wasn't reporting timed-out tests as failures.

Sorry for the sparse issue -- I haven't installed any other Pythons on this system yet, as I'm not a heavy Windows user. Just thought I'd bring this to your attention in case someone working on nose is. Let me know what other information would be most helpful and I can start gathering it.

mambocab avatar Nov 05 '15 16:11 mambocab

I confirm this exact problem on Windows 10 for 1.3.7

stefanoborini avatar Dec 07 '18 10:12 stefanoborini

Unfortunately, Nose is no longer maintained. You may want to checkout nose2. It's not compatible with nose, but offers similar capabilities (plugins, reporting features, etc.) but more in line with unittest.

jszakmeister avatar Dec 10 '18 22:12 jszakmeister