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