Merge pull request #120758 from domenkozar/ansible-lint-darwin-fix
ansible-lint: fix tests on darwin
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
{ lib
|
{ lib
|
||||||
|
, stdenv
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, isPy27
|
, isPy27
|
||||||
@@ -63,6 +64,9 @@ buildPythonPackage rec {
|
|||||||
"test_role_handler_positive"
|
"test_role_handler_positive"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# fails to run tests due to issues with temporary directory
|
||||||
|
doCheck = !stdenv.isDarwin;
|
||||||
|
|
||||||
makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ ansible ]}" ];
|
makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ ansible ]}" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|||||||
Reference in New Issue
Block a user