diff --git a/pkgs/development/python-modules/ansible-lint/default.nix b/pkgs/development/python-modules/ansible-lint/default.nix index 2718ba7670b5..23899d49010a 100644 --- a/pkgs/development/python-modules/ansible-lint/default.nix +++ b/pkgs/development/python-modules/ansible-lint/default.nix @@ -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; {