tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.flask-sqlalchemy: disable failing test
Martin Weinelt
3 years ago
360ad99e
4e4104a9
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
flask-sqlalchemy
default.nix
+2
pkgs/development/python-modules/flask-sqlalchemy/default.nix
···
29
29
disabledTests = [
30
30
# flaky
31
31
"test_session_scoping_changing"
32
32
+
# https://github.com/pallets-eco/flask-sqlalchemy/issues/1084
33
33
+
"test_persist_selectable"
32
34
];
33
35
34
36
meta = with lib; {