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

tests: add dep on packaging in tox #423

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

dupondje
Copy link
Member

@dupondje dupondje commented Nov 7, 2024

There is an incompatibility between packaging version from CentOS and setuptools from pip. Which causes a failure running the tests: TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'

See also pypa/setuptools#4483

Fix this by using a the current packaging version instead of the CentOS packaged one.

There is an incompatibility between packaging version from CentOS and
setuptools from pip. Which causes a failure running the tests:
TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'

See also pypa/setuptools#4483

Fix this by using a the current packaging version instead of the CentOS
packaged one.

Signed-off-by: Jean-Louis Dupond <[email protected]>
@sandrobonazzola sandrobonazzola added the bug Issue is a bug or fix for a bug label Nov 19, 2024
@sandrobonazzola sandrobonazzola merged commit 9897045 into oVirt:master Nov 19, 2024
16 of 17 checks passed
@dupondje dupondje deleted the fix_tests branch November 19, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is a bug or fix for a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants