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

TST: CI instability caused by pytest 7.2 #4188

Closed
neutrinoceros opened this issue Oct 25, 2022 · 0 comments · Fixed by #4189
Closed

TST: CI instability caused by pytest 7.2 #4188

neutrinoceros opened this issue Oct 25, 2022 · 0 comments · Fixed by #4189
Labels
blocker Highest priority level tests: running tests Issues with the test setup

Comments

@neutrinoceros
Copy link
Member

Bug report

Bug summary

Pytest 7.2, which was just released a couple hours ago, deprecates support for tests written for nose

this causes 14 tests to fail on every pytest job
(see https://github.com/yt-project/yt/actions/runs/3319655194)

I guess the way to go, short term, is to configure pytest to ignore these specific tests. We may need to also isolate the tests from their respective modules.
I don't have time to deal with this right away, but anyone is welcome to poke at it !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker Highest priority level tests: running tests Issues with the test setup
Development

Successfully merging a pull request may close this issue.

1 participant