Skip to content

Commit

Permalink
tests: ignore Python < 3.8 (ansible-collections#352)
Browse files Browse the repository at this point in the history
tests: ignore Python < 3.8

Depends-On: ansible/ansible-zuul-jobs#1604
  • Loading branch information
goneri authored Jul 28, 2022
1 parent 8dd4db4 commit edf3d90
Show file tree
Hide file tree
Showing 8 changed files with 3,423 additions and 6,242 deletions.
2 changes: 2 additions & 0 deletions tests/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
modules:
python_requires: '>=3.8'
2,251 changes: 1,131 additions & 1,120 deletions tests/sanity/ignore-2.10.txt

Large diffs are not rendered by default.

2,262 changes: 1,158 additions & 1,104 deletions tests/sanity/ignore-2.11.txt

Large diffs are not rendered by default.

1,197 changes: 0 additions & 1,197 deletions tests/sanity/ignore-2.12.txt

Large diffs are not rendered by default.

931 changes: 0 additions & 931 deletions tests/sanity/ignore-2.13.txt

Large diffs are not rendered by default.

786 changes: 0 additions & 786 deletions tests/sanity/ignore-2.14.txt

Large diffs are not rendered by default.

2,235 changes: 1,131 additions & 1,104 deletions tests/sanity/ignore-2.9.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ deps =
commands =
vmware_rest_code_generator_refresh_modules --target-dir . {posargs}
vmware_rest_code_generator_refresh_examples --target-dir .
vmware_rest_code_generator_refresh_ignore_files --target-dir .
black {toxinidir}/plugins {toxinidir}/tests
echo "now you can update the RETURN block, see https://github.com/ansible-collections/vmware_rest_code_generator#how-to-refresh-the-vmwarevmware_rest-content"
allowlist_externals =
Expand Down

0 comments on commit edf3d90

Please sign in to comment.