-
Notifications
You must be signed in to change notification settings - Fork 181
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
DeprecationWarning on a fresh install on CI #398
Comments
I got this stuff showing up in pytests, in a package I'm building from scratch. Here is a decent workaround, allowing the test files to import stuff from main package without the nuisance warning.
|
If you got this error while using pytest you can also create a [pytest]
filterwarnings =
ignore::DeprecationWarning
ignore::FutureWarning |
A very similar syntax should work for Cheers! |
When invoking
nbconvert
on CI with warnings turned into errors (e.g. https://github.com/mgeier/nbsphinx/actions/runs/8581467203/job/23518524054), I'm getting this warning/error:I would expect the module to work out-of-the-box if freshly installed.
Am I supposed to run
jupyter --paths
each time in CI?The text was updated successfully, but these errors were encountered: