Merge pull request #198078 from wegank/asyncpg-hydra

This commit is contained in:
Sandro 2022-11-02 23:39:19 +01:00 committed by GitHub
commit 553516eb85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,9 @@ buildPythonPackage rec {
hash = "sha256-d+aEok/uF7o+SHypgtAlntF7rhr2gAb0zyhLI7og6iw=";
};
# sandboxing issues on aarch64-darwin, see https://github.com/NixOS/nixpkgs/issues/198495
doCheck = postgresql.doCheck;
checkInputs = [
uvloop
postgresql