Merge pull request #115637 from jfroche/fix/ansible-lint

python3Packages.ansible-lint: fix failing test on deprecation warning
This commit is contained in:
Sandro
2021-03-10 00:49:27 +01:00
committed by GitHub
@@ -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; {