octoprint: fix tests

This commit is contained in:
Robert Schütz
2019-02-21 08:22:47 +01:00
parent c335003b8d
commit 080832f411
+3 -1
View File
@@ -78,7 +78,9 @@ in py.pkgs.buildPythonApplication rec {
setup.py
'';
checkPhase = "nosetests";
checkPhase = ''
HOME=$(mktemp -d) nosetests
'';
meta = with stdenv.lib; {
homepage = https://octoprint.org/;