ansible-lint: fix install tests
This commit is contained in:
@@ -19,6 +19,10 @@ pythonPackages.buildPythonPackage rec {
|
||||
patchShebangs bin/ansible-lint
|
||||
'';
|
||||
|
||||
preBuild = ''
|
||||
export HOME="$TMP"
|
||||
'';
|
||||
|
||||
checkPhase = ''
|
||||
nosetests test
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user