ceph: fixup the embedded sqlalchemy

This version-override approach is annoying me, as the original
derivation is then supposed to support multiple versions
without knowing about it.  And naturally it tends to break.
(this time on 446a8703c3)
https://hydra.nixos.org/build/228178995/nixlog/3/tail
This commit is contained in:
Vladimír Čunát 2023-07-21 09:39:44 +02:00
parent 17a15a50ab
commit f5d5556aaf
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -172,10 +172,7 @@ let
inherit version;
hash = "sha256-aRO4JH2KKS74MVFipRkx4rQM6RaB8bbxj2lwRSAMSjA=";
};
nativeCheckInputs = oldAttrs.nativeCheckInputs ++ (with super; [
pytest-xdist
]);
disabledTestPaths = (oldAttrs.disabledTestPaths or []) ++ [
disabledTestPaths = [
"test/aaa_profiling"
"test/ext/mypy"
];