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

Python: Fix CI build failure because of tox error #5749

Merged
merged 1 commit into from
Dec 26, 2022

Conversation

ajantha-bhat
Copy link
Contributor

@ajantha-bhat ajantha-bhat commented Dec 26, 2022

Build environment using the latest tox is breaking the builds because of this change from tox
tox-dev/tox#2658

Hence fix the tox.ini.

Similar fixes from other tools that uses tox
readthedocs/readthedocs.org#9803

Note:
This failure doesn't happen in local build as it uses older version of the tox from
https://github.com/projectnessie/nessie/blob/main/python/requirements_basedev.txt#L29

But the CI jobs install the latest tox instead of using the same as development
https://github.com/projectnessie/nessie/blob/main/.github/actions/dev-tool-python/action.yml#L21

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

2 participants