Skip to content
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

Need a new release including a fix for Python 3 #3

Closed
vstinner opened this issue Aug 19, 2015 · 3 comments
Closed

Need a new release including a fix for Python 3 #3

vstinner opened this issue Aug 19, 2015 · 3 comments

Comments

@vstinner
Copy link

Hi,

I'm working on the OpenStack Horizon project. "tox -e py34" runs django_test ("manage.py test") which runs nose. The problem is that nose-exclude is not compatible with Python 3: wantMethod() always return False because test.im_class attribute doesn't exist.

Good news: the bug was already fixed almost 2 months ago in the commit 0717e44.

Would it be possible to get a release including this fix please?

Background: https://bitbucket.org/kgrandis/nose-exclude/issues/10/test-failures-with-python-3

Victor

@kgrandis
Copy link
Owner

@vstinner
Copy link
Author

Wow! Thanks a lot for the super quick release!

@philfreo
Copy link

@kgrandis Could you add the proper classifier to setup.py so that https://caniusepython3.com/project/nose-exclude knows Python 3 is supported?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants