pyCA: fixup the embedded sqlalchemy

Very similar to commit f5d5556aafb

+4
+4
pkgs/applications/video/pyca/default.nix
··· 18 18 inherit version; 19 19 hash = "sha256-aRO4JH2KKS74MVFipRkx4rQM6RaB8bbxj2lwRSAMSjA="; 20 20 }; 21 + disabledTestPaths = [ 22 + "test/aaa_profiling" 23 + "test/ext/mypy" 24 + ]; 21 25 }); 22 26 }; 23 27 };