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

fix for Lib/test/test_future_stmt/test_future.py: test_annotations #121

Conversation

hydrogen602
Copy link
Contributor

The test test_annotations in Lib/test/test_future_stmt/test_future.py needs the annotation tuple[str, *types] to print as is, but previously, unparse outputted tuple[(str, *types)]. This corrects that.

@youknowone youknowone merged commit 51b5f80 into RustPython:main May 12, 2024
3 checks passed
@hydrogen602 hydrogen602 deleted the fix-for-test_future.py--test_annotations branch May 12, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants