-
Notifications
You must be signed in to change notification settings - Fork 47
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
Is there a build step before testing pytest-mpl? #232
Comments
What platform are you on? What tests fail? |
Ubuntu 22.04. Python 3.10.12. matplotlib version 3.5.1 (if it matters). If I simply run pytest, then 17 fails, 95 passed, 23 skipped. See failures below:
|
It looks like some of the CI is upset as well, but not with the same errors. There shouldn't be anything you have to do, especially with tox, setup wise. Looks like things might just need a cleanup to get all the tests passing again. |
Excuse my ignorance. The very few times I have cloned the source of a python project, I have been able to run pytest or tox succesfully without doing anything else.
When I clone pytest-mpl, and pytest, a lot of tests fail, and quite different types of failures. Same with tox.
Is there some kind of build step I should complete before running tox or pytest?
The text was updated successfully, but these errors were encountered: