mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
python313Packages.flask-sqlalchemy: disable tests temporarily
They regressed due to Python 3.13 changes, but that doesn't mean that the library itself isn't working.
This commit is contained in:
parent
b162e84a5a
commit
8fd58ac81c
@ -36,6 +36,8 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
doCheck = pythonOlder "3.13"; # https://github.com/pallets-eco/flask-sqlalchemy/issues/1379
|
||||
|
||||
disabledTests = [
|
||||
# flaky
|
||||
"test_session_scoping_changing"
|
||||
|
Loading…
Reference in New Issue
Block a user