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:dc48cd9
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:54f3b5c
Choose a head ref
  • 7 commits
  • 7 files changed
  • 5 contributors

Commits on Feb 15, 2024

  1. Use future annotations for pytest<7 compatibility

    @philpep
    Martin Hoyer authored and philpep committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    2ae2ac2View commit details
    Browse the repository at this point in the history
  2. Require pytest>=6

    @philpep
    Martin Hoyer authored and philpep committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c82965dView commit details
    Browse the repository at this point in the history
  3. Bump actions/setup-python from 4 to 5

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
    @dependabot@philpep
    dependabot[bot] authored and philpep committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7abe568View commit details
    Browse the repository at this point in the history
  4. testinfra/modules/interface: Implement link property

    On Linux, implement `host.interface(iface).link()`, which returns the output of ```shell ip --json link show $iface ``` Signed-off-by: Benoît Knecht <[email protected]>
    @BenoitKnecht@philpep
    BenoitKnecht authored and philpep committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    525bde4View commit details
    Browse the repository at this point in the history
  5. Teaching GNUFile methods to follow symlinks

    On Linux systems, if File.mode is used on a file that's a symlink, it will return 0x777 because that's the "mode" of the symlink but mode is pretty meaningless for a symlink. By doing `stat -L ...` the command will automatically resolve symlinks.
    @philpep
    John Pfuntner authored and philpep committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d2bcd9fView commit details
    Browse the repository at this point in the history
  6. Add missing changelog for 10.0.0

    Closes#746
    @philpep
    philpep committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    32e64d8View commit details
    Browse the repository at this point in the history
  7. Update changelog for 10.1.0

    @philpep
    philpep committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    54f3b5cView commit details
    Browse the repository at this point in the history
Loading