ansible-lint: fix install tests

This commit is contained in:
Thilo Uttendorfer
2018-11-03 00:11:24 +01:00
parent c0d30e5f03
commit a3739a908c
@@ -19,6 +19,10 @@ pythonPackages.buildPythonPackage rec {
patchShebangs bin/ansible-lint
'';
preBuild = ''
export HOME="$TMP"
'';
checkPhase = ''
nosetests test
'';