-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Tests cannot run with setuptools 18.4 #5315
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
Comments
Thanks. I think they still run with the old |
The reason that we have the |
Yes but we are not using it. It's breaks Travis and we have to maintain the 2 other ways of testing which does not install the test only dependencies but raises a warning if they are missing. I would much rather make go for the simple solution and just raise if nose or mock is missing that seems way more reliable to me. |
I would love to make our test running more "sane" -- or at the least have fewer options. Maybe a good discussion topic for today's hangout? |
fair enough. Ripping it back out is fine by me, it was just painful to put in. |
FWIW: I wasn't advocating any particular solution here, just to revisit all the options we've ended up with and see how we can simplify. I know it was painful to get the |
setup.py test is no longer a documented test entry point, so closing. |
This is a setuptools regression, 18.3.2 works fine.
See https://bitbucket.org/pypa/setuptools/commits/cf565b66b855dd4df189b679206f9fb113681737.
This will probably be fixed there, I just wanted to make you aware in case it is not.
Using matplotlib from master:
The text was updated successfully, but these errors were encountered: