3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.flask-sqlalchemy: disable failing test

This commit is contained in:
Martin Weinelt 2022-08-26 09:29:01 +02:00
parent 4e4104a961
commit 360ad99eac
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -29,6 +29,8 @@ buildPythonPackage rec {
disabledTests = [
# flaky
"test_session_scoping_changing"
# https://github.com/pallets-eco/flask-sqlalchemy/issues/1084
"test_persist_selectable"
];
meta = with lib; {