python3Packages.flask-paranoid: disable failing tests

This commit is contained in:
Martin Weinelt
2022-04-15 01:39:48 +02:00
parent b801565f22
commit 4d62358894
@@ -25,6 +25,8 @@ buildPythonPackage rec {
flask
];
doCheck = false; # all tests are failing; https://github.com/miguelgrinberg/flask-paranoid/issues/10
checkInputs = [
pytestCheckHook
];