pythonPackages.rbtools: fix tests (#57258)

This commit is contained in:
Jos van Bakel 2019-03-12 22:30:49 +01:00 committed by xeji
parent 871c1d5bb1
commit 382abc9207

View File

@ -16,10 +16,10 @@ buildPythonPackage rec {
sha256 = "1ng8l8cx81cz23ls7fq9wz4ijs0zbbaqh4kj0mj6plzcqcf8na4i";
};
buildInputs = [ nose ];
checkInputs = [ nose ];
propagatedBuildInputs = [ six ];
checkPhase = "nosetests";
checkPhase = "LC_ALL=C nosetests";
meta = with stdenv.lib; {
homepage = https://www.reviewboard.org/docs/rbtools/dev/;