Closed fritzo closed 7 years ago
Yes, I have the same problem
I've been banging my head against this for a while and finally realized that this error arises when nose
is trying to discover whether there are any tests in compiled python files that were generated by protoc (test models that I load in my unit tests). Excluding them via -e does the trick, ie nosetests -e _pb2.py
Thanks, @drielsma ! I've switched from nose to pytest, so hopefully this error will no longer arise.
On OS X