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

Tests: Adjust expected exception message for Python 3.14.0a6 #3500

Merged
merged 1 commit into from
Mar 18, 2025

Conversation

hroncok
Copy link
Contributor

@hroncok hroncok commented Mar 18, 2025

E       AssertionError: Regex pattern did not match.
E        Regex: '3 cannot cast to typing.Union\\[str, int\\]'
E        Input: '3 cannot cast to str | int'

Change caused likely by python/cpython@dc6d66f

  • ran the linter to address style issues (tox -e fix)
  • wrote descriptive pull request text
  • ensured there are test(s) validating the fix
  • added news fragment in docs/changelog folder
  • updated/extended the documentation

Sorry, something went wrong.

    E       AssertionError: Regex pattern did not match.
    E        Regex: '3 cannot cast to typing.Union\\[str, int\\]'
    E        Input: '3 cannot cast to str | int'

Change caused likely by python/cpython@dc6d66f
@hroncok hroncok marked this pull request as ready for review March 18, 2025 11:58
@hroncok hroncok requested a review from gaborbernat as a code owner March 18, 2025 11:58
@gaborbernat gaborbernat merged commit beba4be into tox-dev:main Mar 18, 2025
28 checks passed
@hroncok hroncok deleted the 14a6 branch March 18, 2025 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants