Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix test failure in Python 3.14a#107

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

@dogukancagatay
Copy link
Contributor

@dogukancagataydogukancagatay commentedNov 14, 2024
edited
Loading

Due to recent changes in argparse error message construction the test
that checks for the non-existing split algorithm was failing.
python/cpython#117766

Fixed with a lenient error string check with an additional dynamic algorithm
check.

In 3.14, the argparse starts usingstr() instead ofrepr(), which changes the following error output.

"(choose from 'duration_based_chunks', 'least_duration')"

to

"(choose from duration_based_chunks, least_duration)"

Due to recent changes in argparse error message construction the testthat is checking for the non-existing split algorithm was failing.python/cpython#117766Fixed with a lenient error string check with additional dynamic algorithmcheck.
Copy link
Owner

@jerry-gitjerry-git left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thank you!

@jerry-gitjerry-git merged commitfb9af7e intojerry-git:masterNov 15, 2024
10 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@jerry-gitjerry-gitjerry-git approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@dogukancagatay@jerry-git

[8]ページ先頭

©2009-2025 Movatter.jp