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: disable gpg signing for commit finder tests #939

Closed
wants to merge 3 commits into from

Conversation

benmss
Copy link
Member

@benmss benmss commented Dec 9, 2024

This PR prevents the commit finder tests from hanging if the user's Git is configured to require gpg signing for tags, as noted by #938. This is achieved by overriding the config value for the temporary repository created by the test.

Closes #938

…er (#932)

New heuristic that checks for the presence of a wheel (.whl) file distributed with the pypi package, passing when a wheel file is present, and failing when it is absent.

Signed-off-by: Carl Flottmann <[email protected]>
…a facts for pypi packages (#935)

included as part of the wheel absence heuristic, it now returns instead of filenames links to the corresponding pypi inspector page as part of its information gathering.
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 9, 2024
@benmss benmss force-pushed the 938-gpg-commit-finder-test-hang branch from 6f2f536 to e0f0499 Compare December 9, 2024 03:14
@benmss
Copy link
Member Author

benmss commented Dec 11, 2024

See #940.

@benmss benmss closed this Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The test_commit_finder.py unit test hangs and terminate if we set gpg signing on tag
2 participants