Skip to content

Fix tests due to yanked configargparse #13623

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

Merged
merged 1 commit into from
May 23, 2025
Merged

Fix tests due to yanked configargparse #13623

merged 1 commit into from
May 23, 2025

Conversation

konstin
Copy link
Member

@konstin konstin commented May 23, 2025

The release of configargparse locked in the tests was yanked, we fix this by updating the snapshots.

The release of configargparse locked in the tests was yanked, we fix this by updating the snapshots.
@konstin konstin added the internal A refactor or improvement that is not user-facing label May 23, 2025
@konstin konstin enabled auto-merge (squash) May 23, 2025 18:35
@charliermarsh
Copy link
Member

If it gets unyanked, would we need to update again?

@konstin konstin merged commit 67bf3eb into main May 23, 2025
85 checks passed
@konstin konstin deleted the konsti/fix-yanked-test branch May 23, 2025 18:43
@konstin
Copy link
Member Author

konstin commented May 23, 2025

As I understood it, yanking is intended as a final action, with users migrating either to the previous release, if the new release was accidental, or to the next release, if the problem was fixed there. configargparse made the new 1.7.1 release to replace the broken 1.7 (bw2/ConfigArgParse#300 (comment):

fixed metadata through Tristan merging PR bw2/ConfigArgParse#306 , yanked versions with incorrect metadata (v1.5.5 and v1.7) from PyPI, tagged and released a new version (v1.7.1)

Regular users can update to that release, but due to our exclude newer test filter, we have to downgrade to the older version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal A refactor or improvement that is not user-facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants