File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/ansible/integration/interpreter_discovery Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6363 ping :
6464 register : legacy
6565
66+ - name : check for dep warning (only on platforms where auto result is not /usr/bin/python and legacy is) for ansible 2.8-2.11
6667 # from ansible 2.12 on this changed
6768 # - https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_5.html#python-interpreter-discovery
6869 # - https://docs.ansible.com/ansible/latest/reference_appendices/interpreter_discovery.html
69- # default discovery methot is now auto and will default to python3
70+ # default discovery method is now auto and will default to python3
7071 # and the message changed from a deprecation warning to a real warning that can not be suppressed by
7172 # using deprecation_warnings=False
72- - name : check for dep warning (only on platforms where auto result is not /usr/bin/python and legacy is) for ansible 2.8-2.11
7373 assert :
7474 that :
7575 - legacy.deprecations | default([]) | length > 0
You can’t perform that action at this time.
0 commit comments