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 446a8703c3b)
https://hydra.nixos.org/build/228178995/nixlog/3/tail

+1 -4
+1 -4
pkgs/tools/filesystems/ceph/default.nix
··· 172 inherit version; 173 hash = "sha256-aRO4JH2KKS74MVFipRkx4rQM6RaB8bbxj2lwRSAMSjA="; 174 }; 175 - nativeCheckInputs = oldAttrs.nativeCheckInputs ++ (with super; [ 176 - pytest-xdist 177 - ]); 178 - disabledTestPaths = (oldAttrs.disabledTestPaths or []) ++ [ 179 "test/aaa_profiling" 180 "test/ext/mypy" 181 ];
··· 172 inherit version; 173 hash = "sha256-aRO4JH2KKS74MVFipRkx4rQM6RaB8bbxj2lwRSAMSjA="; 174 }; 175 + disabledTestPaths = [ 176 "test/aaa_profiling" 177 "test/ext/mypy" 178 ];