X Tutup
The Wayback Machine - https://web.archive.org/web/20230611172329/https://github.com/RustPython/RustPython/pull/4997
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

Temporarily skip configparser. #4997

Merged
merged 2 commits into from Jun 10, 2023

Conversation

DimitrisJim
Copy link
Member

Temporarily skip testing the configparser for Mac until #4995 is resolved.

@DimitrisJim
Copy link
Member Author

DimitrisJim commented Jun 10, 2023

we have an additional crash of socket server (maybe both socketserver and configparser share some faulty dependency)

Running the remaining macos tests results in an additional failure for socketserver that was hidden due to the earlier crash of configparser.

Looking at the commit history, it seems like it might have been introduced with the same commit that caused configparser to crash.
@DimitrisJim DimitrisJim merged commit 531f4ba into RustPython:main Jun 10, 2023
11 checks passed
@DimitrisJim DimitrisJim deleted the skip_configparser branch June 10, 2023 15:15
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.

None yet

1 participant
X Tutup