Closed winstonewert closed 13 years ago
Thanks for the report. autonose already avoids pickling the exception instance itself, but still pickles the type. That's unnecessary (we only need the name of the type), so it's fixed in f627933a915fb35f6e718e32673a26b7d786ae2c
My code in test_fail.py
When I invoke
autonose --debug
:Stats: Python 2.7 Ubuntu 11.04 copy of autonose cloned from github
It looks like something is trying to unpickle the exception object from inside test_fail.py. However, it cannot import it probably because its not on sys.path, but rather in the local directory.