Merge pull request #115637 from jfroche/fix/ansible-lint
python3Packages.ansible-lint: fix failing test on deprecation warning
This commit is contained in:
commit
2c97b66f96
|
@ -43,7 +43,7 @@ buildPythonPackage rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
pytest -k 'not test_run_playbook_github and not test_run_single_role_path_no_trailing_slash_script'
|
pytest -W ignore::DeprecationWarning -k 'not test_run_playbook_github and not test_run_single_role_path_no_trailing_slash_script'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in New Issue