mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
pythonPackages.nbconvert: fix failing tests on darwin
This commit is contained in:
parent
20b6b3cf0e
commit
5e5ba33b5e
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue