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
commit 2c97b66f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ buildPythonPackage rec {
'';
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; {