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 may have been reported before: #567, #250, #41 However, these bug reports are very old and the problem still exists, even though it is mentioned in some that it is solved.
Steps to reproduce the problem:
Either install nosetests 1.3.7 or the latest version from github (7c26ad1 at the time of writing).
This may have been reported before: #567, #250, #41 However, these bug reports are very old and the problem still exists, even though it is mentioned in some that it is solved.
Steps to reproduce the problem:
zip_safe=False
line fromsetup.py
, as to let it install as an.egg
file.python setup.py install --user
(or install in a virtualenv).cd
, i.e. move away from the source tree.nosetests derivcheck
.I get this output:
I was expecting this output, obtained with
zip_safe=False
:The text was updated successfully, but these errors were encountered: