Merge pull request #31487 from jbaum98/nbconvert

pythonPackages.nbconvert: fix failing tests on darwin
This commit is contained in:
Daiderd Jordan
2017-11-10 21:24:35 +01:00
committed by GitHub

View File

@@ -39,7 +39,7 @@ buildPythonPackage rec {
checkPhase = ''
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 = {