pythonPackages.jupyter_core: 4.4.0 -> 4.5.0
This commit is contained in:
parent
8febac00c3
commit
460c6a7a59
1 changed files with 2 additions and 3 deletions
|
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "2c6e7c1e9f2ac45b5c2ceea5730bc9008d92fe59d0725eac57b04c0edfba24f7";
|
||||
sha256 = "1xr4pbghwk5hayn5wwnhb7z95380r45p79gf5if5pi1akwg7qvic";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest mock glibcLocales ];
|
||||
|
@ -23,8 +23,7 @@ buildPythonPackage rec {
|
|||
patches = [ ./tests_respect_pythonpath.patch ];
|
||||
|
||||
checkPhase = ''
|
||||
mkdir tmp
|
||||
HOME=tmp TMPDIR=tmp LC_ALL=en_US.utf8 py.test
|
||||
HOME=$TMPDIR LC_ALL=en_US.utf8 py.test
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue