Skip to content

TST: Fix test_warning_calls on Python 3.12#25643

Merged
charris merged 1 commit intonumpy:maintenance/1.26.xfrom
charris:backport-25628
Jan 20, 2024
Merged

TST: Fix test_warning_calls on Python 3.12#25643
charris merged 1 commit intonumpy:maintenance/1.26.xfrom
charris:backport-25628

Conversation

@charris
Copy link
Copy Markdown
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
@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.

2 participants