ansible-lint: fix install tests
This commit is contained in:
parent
c0d30e5f03
commit
a3739a908c
@ -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
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user