fixup argh

This commit is contained in:
Frederik Rietdijk 2018-11-24 14:36:04 +01:00
parent b241e766bc
commit 8d283ab58a

View File

@ -4,7 +4,8 @@
, pytest , pytest
, py , py
, mock , mock
, pkgs , glibcLocales
, iocapture
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -16,7 +17,7 @@ buildPythonPackage rec {
sha256 = "e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65"; sha256 = "e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65";
}; };
buildInputs = [ pytest py mock pkgs.glibcLocales ]; checkInputs = [ pytest py mock glibcLocales iocapture ];
checkPhase = '' checkPhase = ''
export LANG="en_US.UTF-8" export LANG="en_US.UTF-8"