Skip to content

Commit f4adffe

Browse files
committed
Use https://github.com/felixfontein/ansible/commits/show-deprecations/ to not suppress deprecations in ansible-test devel.
1 parent 1111e89 commit f4adffe

File tree

1 file changed

+14
-65
lines changed

1 file changed

+14
-65
lines changed

antsibull-nox.toml

Lines changed: 14 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -4,72 +4,21 @@
44

55
[collection_sources]
66

7-
[sessions]
8-
9-
[sessions.lint]
10-
run_isort = false
11-
run_black = false
12-
run_flake8 = false
13-
run_pylint = false
14-
run_yamllint = true
15-
yamllint_config = ".yamllint"
16-
yamllint_config_plugins = ".yamllint-docs"
17-
yamllint_config_plugins_examples = ".yamllint-examples"
18-
yamllint_config_extra_docs = ".yamllint-extra-docs"
19-
run_mypy = false
20-
21-
[sessions.docs_check]
22-
validate_collection_refs="all"
23-
codeblocks_restrict_types = [
24-
"ansible-output",
25-
"python",
26-
"yaml",
27-
"yaml+jinja",
28-
]
29-
codeblocks_restrict_type_exact_case = true
30-
codeblocks_allow_without_type = false
31-
codeblocks_allow_literal_blocks = false
32-
33-
[sessions.license_check]
34-
35-
[sessions.extra_checks]
36-
run_no_unwanted_files = true
37-
no_unwanted_files_module_extensions = [".py"]
38-
no_unwanted_files_yaml_extensions = [".yml"]
39-
run_action_groups = true
40-
run_no_trailing_whitespace = true
41-
run_avoid_characters = true
42-
43-
[[sessions.extra_checks.avoid_character_group]]
44-
name = "tab"
45-
regex = "\\x09"
46-
47-
[sessions.build_import_check]
48-
run_galaxy_importer = true
49-
50-
[sessions.ansible_test_sanity]
51-
include_devel = true
52-
skip_tests = [
53-
"ansible-doc"
54-
]
55-
56-
[sessions.ansible_test_units]
57-
include_devel = true
58-
597
[sessions.ansible_test_integration_w_default_container]
608
include_devel = true
9+
add_devel_like_branches = [
10+
["felixfontein/ansible", "show-deprecations"],
11+
]
6112

6213
[sessions.ansible_test_integration_w_default_container.core_python_versions]
63-
"2.9" = ["2.7", "3.5"]
64-
"2.10" = ["3.5"]
65-
"2.11" = ["2.6"]
66-
"2.12" = ["2.6", "3.5"]
67-
"2.13" = ["2.7", "3.6"]
68-
"2.14" = ["3.9"]
69-
"2.15" = ["2.7", "3.5"]
70-
"2.16" = ["3.7"]
71-
"2.17" = ["3.8"]
72-
"2.18" = ["3.9"]
73-
"2.19" = ["3.9"]
74-
75-
[sessions.ansible_lint]
14+
"2.9" = []
15+
"2.10" = []
16+
"2.11" = []
17+
"2.12" = []
18+
"2.13" = []
19+
"2.14" = []
20+
"2.15" = []
21+
"2.16" = []
22+
"2.17" = []
23+
"2.18" = []
24+
"2.19" = []

0 commit comments

Comments
 (0)