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

Update the tests #4427

Merged
merged 3 commits into from
Nov 18, 2021
Merged

Update the tests #4427

merged 3 commits into from
Nov 18, 2021

Commits on Nov 11, 2021

  1. unpin the requirements and update all to latest available - needs mor…

    …e work still. see notes in `def host()`
    
    Signed-off-by: Adam Warner <me@adamwarner.co.uk>
    PromoFaux committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    579cb8e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. fix py3 monkey patch of testinfra docker using bash

    Signed-off-by: Adam Hill <adam@diginc.us>
    diginc committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    79c3de0 View commit details
    Browse the repository at this point in the history
  2. update the other test files to use host instead of Pihole

    Address some sticklr and codefactor
    update python version from 3.7 to 3.8
    preload `git` onto the centos/fedora test images, and switch which with command -v in the passthrough mock
    testinfra is deprecated, use pytest-testinfra
    
    Signed-off-by: Adam Warner <me@adamwarner.co.uk>
    PromoFaux committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    905e41a View commit details
    Browse the repository at this point in the history