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

Commits on Jan 20, 2024

  1. TST: Fix test_warning_calls on Python 3.12

    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.)
    QuLogic authored and charris committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    7ef4843 View commit details
    Browse the repository at this point in the history