pythonPackages.nbconvert: fix failing tests on darwin
This commit is contained in:
parent
20b6b3cf0e
commit
5e5ba33b5e
@ -39,7 +39,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
mkdir tmp
|
mkdir tmp
|
||||||
LC_ALL=en_US.utf8 HOME=`realpath tmp` py.test -v
|
LC_ALL=en_US.UTF-8 HOME=`realpath tmp` py.test -v
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user