pythonPackages.jupyter_core: 4.4.0 -> 4.5.0

This commit is contained in:
Jonathan Ringer 2019-08-02 17:30:44 -07:00 committed by Frederik Rietdijk
parent 8febac00c3
commit 460c6a7a59

View File

@ -14,7 +14,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "2c6e7c1e9f2ac45b5c2ceea5730bc9008d92fe59d0725eac57b04c0edfba24f7"; sha256 = "1xr4pbghwk5hayn5wwnhb7z95380r45p79gf5if5pi1akwg7qvic";
}; };
checkInputs = [ pytest mock glibcLocales ]; checkInputs = [ pytest mock glibcLocales ];
@ -23,8 +23,7 @@ buildPythonPackage rec {
patches = [ ./tests_respect_pythonpath.patch ]; patches = [ ./tests_respect_pythonpath.patch ];
checkPhase = '' checkPhase = ''
mkdir tmp HOME=$TMPDIR LC_ALL=en_US.utf8 py.test
HOME=tmp TMPDIR=tmp LC_ALL=en_US.utf8 py.test
''; '';
meta = with lib; { meta = with lib; {