pythonPackages.pep257: fix tests

This commit is contained in:
Frederik Rietdijk 2016-10-18 17:35:10 +02:00
parent 66362b0f80
commit 43949f4e0a

View File

@ -17887,7 +17887,12 @@ in {
url = "https://github.com/GreenSteam/pep257/archive/${version}.tar.gz"; url = "https://github.com/GreenSteam/pep257/archive/${version}.tar.gz";
sha256 = "0v8aq0xzsa7clazszxl42904c3jpq69lg8a5hg754bqcqf72hfrn"; sha256 = "0v8aq0xzsa7clazszxl42904c3jpq69lg8a5hg754bqcqf72hfrn";
}; };
buildInputs = with self; [ pytest ]; LC_ALL="en_US.UTF-8";
buildInputs = with self; [ pkgs.glibcLocales pytest ];
checkPhase = ''
py.test
'';
meta = { meta = {
homepage = https://github.com/GreenSteam/pep257/; homepage = https://github.com/GreenSteam/pep257/;