3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.flask-paranoid: disable failing tests

This commit is contained in:
Martin Weinelt 2022-04-01 04:30:27 +02:00
parent b801565f22
commit 4d62358894

View file

@ -25,6 +25,8 @@ buildPythonPackage rec {
flask
];
doCheck = false; # all tests are failing; https://github.com/miguelgrinberg/flask-paranoid/issues/10
checkInputs = [
pytestCheckHook
];