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

build: Switch to ubuntu-latest for builds #296

Merged
merged 5 commits into from
Sep 11, 2024
Merged

Conversation

feanil
Copy link
Contributor

@feanil feanil commented Sep 6, 2024

This code does not have any dependencies that are specific to any specific
version of ubuntu. So instead of testing on a specific version and then needing
to do work to keep the versions up-to-date, we switch to the ubuntu-latest
target which should be sufficient for testing purposes.

This work is being done as a part of openedx/platform-roadmap#377

closes #291

This code does not have any dependencies that are specific to any specific
version of ubuntu.  So instead of testing on a specific version and then needing
to do work to keep the versions up-to-date, we switch to the ubuntu-latest
target which should be sufficient for testing purposes.

This work is being done as a part of openedx/platform-roadmap#377
If we pin the python version in the toxenv settings we can't actually
test with multiple python versions.
drf-yasg has runtime dependency on setuptools so we need to allow unsafe
so that the dependency can be declared properly in python 3.12 where
setuptools is not installed by default.
@kdmccormick kdmccormick merged commit c1d89e3 into master Sep 11, 2024
8 checks passed
@kdmccormick kdmccormick deleted the feanil/ubuntu_upgrade branch September 11, 2024 12:57
@kdmccormick
Copy link
Member

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.

Test api-doc-tools on Ubuntu 24.04
2 participants