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

Reacticate CI jobs after switch to pyproject and setuptools #1675

Merged
merged 7 commits into from
Aug 12, 2024
Merged

Reacticate CI jobs after switch to pyproject and setuptools #1675

merged 7 commits into from
Aug 12, 2024

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    7f98af5 View commit details
    Browse the repository at this point in the history
  2. Reactivate tests in ci

    The tests had been deactivated in
    89fd7ce because of the gpg dependency
    problem from #1630.  The relevant test cases will be skipped in a later
    commit.
    lucc committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    460e71d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d1b963 View commit details
    Browse the repository at this point in the history
  4. Remove gpg dependency from pyproject.toml for ci

    This patches the pyproject.toml file during ci to not install the gpg
    dependency > 1.10 which does not exist on PyPI.  See also
    https://dev.gnupg.org/T6297
    lucc committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    f6e368a View commit details
    Browse the repository at this point in the history
  5. Mock the gpg library in ci

    lucc committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    d235fcc View commit details
    Browse the repository at this point in the history
  6. Skip gpg based tests in ci

    lucc committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    b3cfd20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4cfe09 View commit details
    Browse the repository at this point in the history