Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository:pytest-dev/pytest-testinfra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:10.1.0
Choose a base ref
...
head repository:pytest-dev/pytest-testinfra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:10.1.1
Choose a head ref
  • 5 commits
  • 7 files changed
  • 4 contributors

Commits on May 26, 2024

  1. Fix building bookworm test image

    salt require timelib which require a compiler to build.
    @philpep
    philpep committed May 26, 2024
    Configuration menu
    Copy the full SHA
    f8b756aView commit details
    Browse the repository at this point in the history
  2. Fix service.exists

    @sblaisot@philpep
    sblaisot authored and philpep committed May 26, 2024
    Configuration menu
    Copy the full SHA
    8155242View commit details
    Browse the repository at this point in the history
  3. Handle is_installed for rpm package when rpm database is corrupted

    When rpm database is corrupted `rpm -q $pkg` return exit code 1 and testinfra was reporting the package as not installed. Use --quiet option so the "package $pkg is (not) installed" is not printed and in case of corrupted database error will display to stdout even with --quiet. Closes#758 Co-authored-by: Philippe Pepiot <[email protected]>
    @narmaku@philpep
    narmaku and philpep authored May 26, 2024
    Configuration menu
    Copy the full SHA
    35d6decView commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4a05b2View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40e3df1View commit details
    Browse the repository at this point in the history
Loading