mahmoudimus / nose-timer

A timer plugin for nosetests (how much time does every test take?)
MIT License
126 stars 33 forks source link

Fixes reported errors due to multiprocessing on certain OSes #71

Closed mahmoudimus closed 8 years ago

mahmoudimus commented 8 years ago

Confirmed fixed by https://github.com/mahmoudimus/nose-timer/issues/68#issuecomment-182459804

mahmoudimus commented 8 years ago

IMO we should get rid of py30->py32 since those are deprecated, but I think we could do this in a different change.

skudriashev commented 8 years ago

@mahmoudimus, if you approve this I will submit to master (with fixes) tomorrow and will create new release version. What will you say?

mahmoudimus commented 8 years ago

@skudriashev :+1: :shipit: !

mahmoudimus commented 8 years ago

@skudriashev thank you! :+1: solid work!