ansible-lint: fix install tests

This commit is contained in:
Thilo Uttendorfer 2018-11-02 23:46:13 +01:00
parent c0d30e5f03
commit a3739a908c

View File

@ -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
''; '';