File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
profile: production
3
3
exclude_paths:
4
4
- changelogs/changelog.yaml
5
+ - tests/unit/plugins/action/network/test_network.py
5
6
skip_list:
6
7
# ansible-lint does not like the `import-3.11` ignore in tests/sanity/ignore-*.txt
7
8
- sanity[cannot-ignore]
Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ pytest-cov
10
10
11
11
# The following are 3rd party libs for cli_parse
12
12
ntc_templates
13
- # 21.4 changed the output of an error message we check in tests
13
+ # 21.4 changed the output of an error message we checked in the tests
14
14
pyats >= 21.4 ; python_version < '3.11'
15
- genie >= 21.4 ; python_version < '3.11'
15
+ # fix genie version for python version less than 3.11
16
+ genie == 24.3 ; python_version < '3.11'
17
+ # use the latest genie version for every Python version greater than 3.11
18
+ genie
16
19
passlib
You can’t perform that action at this time.
0 commit comments