pythonPackages.nbconvert: fix failing tests on darwin

This commit is contained in:
Jake Waksbaum 2017-11-10 11:49:18 -05:00
parent 20b6b3cf0e
commit 5e5ba33b5e
No known key found for this signature in database
GPG Key ID: C5517DE1649AB165

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 = {