python.pkgs.nbformat: enable tests
This commit is contained in:
parent
c581dbfab3
commit
b10a98cee7
@ -19,18 +19,21 @@ buildPythonPackage rec {
|
|||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "f7494ef0df60766b7cabe0a3651556345a963b74dbc16bc7c18479041170d402";
|
sha256 = "f7494ef0df60766b7cabe0a3651556345a963b74dbc16bc7c18479041170d402";
|
||||||
};
|
};
|
||||||
LC_ALL="en_US.UTF-8";
|
|
||||||
|
LC_ALL="en_US.utf8";
|
||||||
|
|
||||||
checkInputs = [ pytest glibcLocales ];
|
checkInputs = [ pytest glibcLocales ];
|
||||||
propagatedBuildInputs = [ ipython_genutils traitlets testpath jsonschema jupyter_core ];
|
propagatedBuildInputs = [ ipython_genutils traitlets testpath jsonschema jupyter_core ];
|
||||||
|
|
||||||
# Failing tests and permission issues
|
preCheck = ''
|
||||||
doCheck = false;
|
mkdir tmp
|
||||||
|
export HOME=tmp
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "The Jupyter Notebook format";
|
description = "The Jupyter Notebook format";
|
||||||
homepage = http://jupyter.org/;
|
homepage = http://jupyter.org/;
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
maintainers = with lib.maintainers; [ fridh ];
|
maintainers = with lib.maintainers; [ fridh globin ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user