-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: skip -> xfail #46387
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: skip -> xfail #46387
Conversation
mroeschke
commented
Mar 16, 2022
•
edited
Loading
edited
- Tests added and passed if fixing a bug or adding a new feature
- All code checks passed.
@mroeschke ive started getting local test failures at collect-time with "ERROR: Unknown config option: asyncio_mode". commenting out the 'asyncio_mode = "strict"' line in pyproject.toml seems to fix it. Could this be related to any of the recent CI stuff you've been doing? |
Hmm do you have |
Yes. should i get rid of it? |
Hmm odd I've seen the CI complain if it wasn't installed. What are your pytest & plugin versions? Or maybe it's a pytest cache issue?
|
looks like upgrading from 0.14..0 to 0.18.0 fixed it, thanks. sorry for derailing. |