Skip to content

Commit 98d6d2a

Browse files
committedMar 24, 2025
python3Packages.asyncpg: enable tests again
Those were accidentally disabled a while ago, when postgresql.doCheck was set to false unconditionally. Instead the checks are now done as part of the installCheck phase.
1 parent 6da6328 commit 98d6d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/python-modules/asyncpg/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildPythonPackage rec {
2424
};
2525

2626
# sandboxing issues on aarch64-darwin, see https://github.com/NixOS/nixpkgs/issues/198495
27-
doCheck = postgresql.doCheck;
27+
doCheck = postgresql.doInstallCheck;
2828

2929
# required for compatibility with Python versions older than 3.11
3030
# see https://github.com/MagicStack/asyncpg/blob/v0.29.0/asyncpg/_asyncio_compat.py#L13

0 commit comments

Comments
 (0)
Failed to load comments.