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

@ -15616,8 +15616,11 @@ in {
sed -i 's@python@${python.interpreter}@' .testr.conf
'';
buildInputs = with self; [ pbr Babel six wrapt testtools testscenarios
testrepository subunit coverage oslotest ];
buildInputs = with self; [ pbr ];
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 { };