mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 22:21:26 +00:00
Merge pull request #31487 from jbaum98/nbconvert
pythonPackages.nbconvert: fix failing tests on darwin
This commit is contained in:
commit
0e92951773
@ -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 New Issue
Block a user