forked from mirrors/nixpkgs
python3Packages.flask-sqlalchemy: disable failing test
This commit is contained in:
parent
4e4104a961
commit
360ad99eac
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue