Merge pull request #308494 from gador/pgadmin-disable-test-on-darwin

pgadmin: disable tests on darwin as of now
This commit is contained in:
Pol Dellaiera
2024-05-03 15:07:35 +02:00
committed by GitHub
+3
View File
@@ -222,6 +222,9 @@ pythonPackages.buildPythonApplication rec {
pythonPackages.selenium
];
# sandboxing issues on aarch64-darwin, see https://github.com/NixOS/nixpkgs/issues/198495
doCheck = postgresql.doCheck;
checkPhase = ''
runHook preCheck