mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fix var precedence check to support python 3. (#23552)
* Fix var precedence check to support python 3. * Run CI sanity tests using python 3.5. * Disable pylint non-iterator-returned test to pass on python 3.5.
This commit is contained in:
parent
442768c45e
commit
e7bb508ad6
3 changed files with 19 additions and 18 deletions
|
@ -19,7 +19,7 @@ retry.py pip install tox --disable-pip-version-check
|
|||
echo '{"verified": false, "results": []}' > test/results/bot/ansible-test-failure.json
|
||||
|
||||
ansible-test compile --failure-ok --color -v --junit --requirements
|
||||
ansible-test sanity --failure-ok --color -v --junit --tox --skip-test ansible-doc --python 2.7
|
||||
ansible-test sanity --failure-ok --color -v --junit --tox --skip-test ansible-doc --python 3.5
|
||||
ansible-test sanity --failure-ok --color -v --junit --tox --test ansible-doc --coverage
|
||||
|
||||
rm test/results/bot/ansible-test-failure.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue