You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is due to a limitation of nosetest: it cannot discover tests inside the egg file generated by setuptools. We only recently switched to setuptools and forgot to activate a workaround for this. Just a minute...
I'm going to leave this open because the zip-unsafe hack I was thinking of originally is not suitable. This can be fixed cleanly by switching from nosetests to pytest.
After the successful installation, when I run "nosetests -v tamkin", I get the following message:
Ran 0 tests in 0.000s
OK
What is going on?
The text was updated successfully, but these errors were encountered: