pythonPackages.nbconvert: fix failing tests on darwin
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user