nose-devs / nose

nose is nicer testing for python
http://readthedocs.org/docs/nose/en/latest/
1.36k stars 396 forks source link

Fix #858: `multiprocess._instantiate_plugins` workaround is no longer needed #1005

Closed Kojoley closed 4 years ago

Kojoley commented 8 years ago

Previously the Nose introduced ability to pass custom plugins by using plugins.multiprocess._instantiate_plugins variable. It does not work on Windows, so I have improved pickling of Config class. Now that list is no longer used. You should be able to pass plugins as you do it in the singlethreaded mode, but still constructors of your plugins must be trivial (without arguments).

Fixes #858

sigfrido commented 8 years ago

I got the same errors reported by Travis when running nose test suite (before my edits) with coverage 4.2. I Switched back to coverage 4.0.