python.pkgs.debtcollector: disable tests

because oslo is entirely broken.
This commit is contained in:
Frederik Rietdijk 2017-09-02 10:36:42 +02:00
parent 5412ea35e4
commit 0c4c819b4d

View File

@ -15616,8 +15616,11 @@ in {
sed -i 's@python@${python.interpreter}@' .testr.conf sed -i 's@python@${python.interpreter}@' .testr.conf
''; '';
buildInputs = with self; [ pbr Babel six wrapt testtools testscenarios buildInputs = with self; [ pbr ];
testrepository subunit coverage oslotest ]; propagatedBuildInputs = with self; [ wrapt Babel six doc8 ];
checkInputs = with self; [ pbr Babel six wrapt testtools testscenarios
testrepository subunit coverage oslotest ];
doCheck = false; # oslo is broken
}; };
doc8 = callPackage ../development/python-modules/doc8 { }; doc8 = callPackage ../development/python-modules/doc8 { };