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:
Martin Weinelt 2024-11-15 16:27:19 +01:00
parent b162e84a5a
commit 8fd58ac81c
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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"