mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 23:33:30 +00:00
python3Packages.asyncpg: disable tests on darwin
This commit is contained in:
parent
60426c0a35
commit
b8e37121d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user