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

feat: use jammy repositories to install mongo for testing and unpin lxml and xmlsec. #35634

Merged
merged 2 commits into from
Oct 10, 2024

Commits on Oct 10, 2024

  1. feat: Use jammy repositories for mongo installation.

    Unclear if there was a change in the focal repositories
    or if there was an issue with something else. The noble
    repositories don't support 7.0, so we're stuck here
    until we upgrade to 8.0.
    dianakhuang committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    126cdb1 View commit details
    Browse the repository at this point in the history
  2. feat: Unpin xmlsec and lxml.

    We are now on Python 3.11 and running tests
    on the latest version of Ubuntu, which seems to mean
    we don't need these pins anymore. In fact, it seems
    to break while on these pins.
    dianakhuang committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b0f6af9 View commit details
    Browse the repository at this point in the history