octoprint: fix tests
This commit is contained in:
@@ -78,7 +78,9 @@ in py.pkgs.buildPythonApplication rec {
|
|||||||
setup.py
|
setup.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
checkPhase = "nosetests";
|
checkPhase = ''
|
||||||
|
HOME=$(mktemp -d) nosetests
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://octoprint.org/;
|
homepage = https://octoprint.org/;
|
||||||
|
|||||||
Reference in New Issue
Block a user