mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue