-
Notifications
You must be signed in to change notification settings - Fork 950
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
pytest 8 deprecated nose support #3883
Comments
maartenbreddels
added a commit
to mariobuikhuizen/ipywidgets
that referenced
this issue
Feb 8, 2024
There seems to be more than the warning now. We are testing ipywidgets with pytest 8 and we're getting a lot of failures like:
and that seems to be caused by pytests ignoring setup/teardown functions in ipywidgets/python/ipywidgets/ipywidgets/widgets/tests/utils.py Lines 90 to 94 in b78de43
|
frenzymadness
added a commit
to frenzymadness/ipywidgets
that referenced
this issue
Apr 11, 2024
martinRenou
pushed a commit
that referenced
this issue
Jul 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With pytest 8 we now get the warning:
We currently fail on warnings. We should probably modify our test and unpin pytest (pinning of < 8 originally done in #3866 )
I think this is a great project for a (new) contributor
The text was updated successfully, but these errors were encountered: