-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup.py test in -3.0.17 misses all #249
Comments
I tried to reproduce this with the 3.0.17 tagged version (3a4d850). The first two work for me, but I get failures with the third one. Here's my output: So it seems that Can you please post your $ pip freeze Django==1.5.1 amqp==1.0.11 anyjson==0.3.3 billiard==2.7.3.28 celery==3.0.19 distribute==0.6.21 django-nose==1.1 kombu==2.5.10 mercurial==2.3 mock==1.0.1 nose==1.1.2 nose-cover3==0.1.0 numpy==1.6.1 python-dateutil==2.1 scipy==0.9.0 six==1.3.0 virtualenv==1.6.1 wsgiref==0.1.2 |
Oh deary me, I missed one. dev-python/django-nose
..................................................................Ran 66 tests in 0.971s OK I had it listed too but it seems I over-looked it when it came to running the package, and its absence isn't set to report its absence, being I suppose an auxillary type package to nose. I used nosetests djcelery/tests/ thinking it would indicate it was missing the tests sitting there. Sorry to have troubled you, thx for attending to it. |
Okay, no problem. Closing as non-issue. |
work/django-celery-3.0.17 $ PYTHONPATH=build/lib/ python tests/manage.py test
work/django-celery-3.0.17 $ python2.7 setup.py test
running test
The text was updated successfully, but these errors were encountered: