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

deprecation warnings from hypothesis during testing #51

Open
pacrob opened this issue Dec 23, 2024 · 0 comments
Open

deprecation warnings from hypothesis during testing #51

pacrob opened this issue Dec 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@pacrob
Copy link
Contributor

pacrob commented Dec 23, 2024

What happened?

From the CI tox run:

tests/core/test_hexbytes.py::test_hex_inputs
  /home/circleci/repo/.tox/py313-core/lib/python3.13/site-packages/hypothesis/strategies/_internal/regex.py:13: DeprecationWarning: module 'sre_constants' is deprecated
    import sre_constants as sre

tests/core/test_hexbytes.py::test_hex_inputs
  /home/circleci/repo/.tox/py313-core/lib/python3.13/site-packages/hypothesis/strategies/_internal/regex.py:14: DeprecationWarning: module 'sre_parse' is deprecated
    import sre_parse

Code that produced the error

No response

Full error output

No response

Fill this section in if you know how this could or should be fixed

No response

hexbytes Version

No response

Python Version

No response

Operating System

No response

Output from pip freeze

No response

@pacrob pacrob added the bug Something isn't working label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant