Skip to content

Commit

Permalink
Merge pull request #201 from cisagov/improvement/add-prophylactic-pin
Browse files Browse the repository at this point in the history
Add a lower-bound pin for `pytest-testinfra`
  • Loading branch information
jsf9k authored Nov 22, 2024
2 parents eb52222 + bffee6b commit b7f9de9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ updates:
# - dependency-name: ansible
# - dependency-name: ansible-core
# - dependency-name: molecule
# - dependency-name: pytest-testinfra
package-ecosystem: pip
schedule:
interval: weekly
Expand Down
4 changes: 3 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ ansible-core>=2.16.7
molecule>=5.0.1
molecule-plugins[docker]
pre-commit
pytest-testinfra
# pytest-testinfra 10.1.1 contains a fix for SystemdService.exists
# that is required by some roles' Molecule test code.
pytest-testinfra>=10.1.1

0 comments on commit b7f9de9

Please sign in to comment.