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
disabledTests = [
30
# flaky
31
"test_session_scoping_changing"
0
0
32
];
33
34
meta = with lib; {
···
29
disabledTests = [
30
# flaky
31
"test_session_scoping_changing"
32
+
# https://github.com/pallets-eco/flask-sqlalchemy/issues/1084
33
+
"test_persist_selectable"
34
];
35
36
meta = with lib; {