Merge pull request #263439 from mweinelt/ceph-drop-sqlalchemy-override

ceph: drop sqlalchemy override
This commit is contained in:
Martin Weinelt 2023-10-25 23:58:27 +02:00 committed by GitHub
commit 3bbe1b40e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,18 +165,6 @@ let
# Watch out for python <> boost compatibility
python = python310.override {
packageOverrides = self: super: {
sqlalchemy = super.sqlalchemy.overridePythonAttrs rec {
version = "1.4.46";
src = fetchPypi {
pname = "SQLAlchemy";
inherit version;
hash = "sha256-aRO4JH2KKS74MVFipRkx4rQM6RaB8bbxj2lwRSAMSjA=";
};
disabledTestPaths = [
"test/aaa_profiling"
"test/ext/mypy"
];
};
};
};