lol

python3Packages.flask-sqlalchemy: disable failing test

+2
+2
pkgs/development/python-modules/flask-sqlalchemy/default.nix
··· 29 29 disabledTests = [ 30 30 # flaky 31 31 "test_session_scoping_changing" 32 + # https://github.com/pallets-eco/flask-sqlalchemy/issues/1084 33 + "test_persist_selectable" 32 34 ]; 33 35 34 36 meta = with lib; {