Skip to content

Commit

Permalink
Update test-req fixing CI issues (ansible-collections#634)
Browse files Browse the repository at this point in the history
* test changes

* check

* update readme

* update comments

* skip a fqcn check
  • Loading branch information
KB-perByte authored May 13, 2024
1 parent baa76a6 commit 34a1051
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
profile: production
exclude_paths:
- changelogs/changelog.yaml
- tests/unit/plugins/action/network/test_network.py
skip_list:
# ansible-lint does not like the `import-3.11` ignore in tests/sanity/ignore-*.txt
- sanity[cannot-ignore]
7 changes: 5 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ pytest-cov

# The following are 3rd party libs for cli_parse
ntc_templates
# 21.4 changed the output of an error message we check in tests
# 21.4 changed the output of an error message we checked in the tests
pyats >= 21.4 ; python_version < '3.11'
genie >= 21.4 ; python_version < '3.11'
# fix genie version for python version less than 3.11
genie == 24.3 ; python_version < '3.11'
# use the latest genie version for every Python version greater than 3.11
genie
passlib

0 comments on commit 34a1051

Please sign in to comment.