forked from mirrors/nixpkgs
python3Packages.flask-paranoid: disable failing tests
This commit is contained in:
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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue