pythonPackages.rbtools: fix tests (#57258)
This commit is contained in:
parent
871c1d5bb1
commit
382abc9207
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user