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: Fix test_warning_calls on Python 3.12 #25643

Merged
merged 1 commit into from Jan 20, 2024

Conversation

charris
Copy link
Member

@charris charris commented Jan 20, 2024

Backport of #25628.

It currently raises a warning:

DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead

AFAICT, the value attribute has always existed (at least in supported versions of Python 3.)

It currently raises a warning:
```
DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
```
AFAICT, the `value` attribute has always existed (at least in supported
versions of Python 3.)
@charris charris added 05 - Testing 08 - Backport Used to tag backport PRs labels Jan 20, 2024
@charris charris added this to the 1.26.4 release milestone Jan 20, 2024
@charris charris merged commit 3294b18 into numpy:maintenance/1.26.x Jan 20, 2024
60 checks passed
@charris charris deleted the backport-25628 branch January 20, 2024 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
05 - Testing 08 - Backport Used to tag backport PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants