disabe pytests on macOS for now

This commit is contained in:
Jörg Thalheim
2025-03-19 17:04:40 +01:00
parent 9a00459861
commit ddb5bba48a

View File

@@ -127,7 +127,8 @@ pythonRuntime.pkgs.buildPythonApplication {
# Define and expose the tests and checks to run in CI
passthru.tests =
(lib.mapAttrs' (n: lib.nameValuePair "clan-dep-${n}") testRuntimeDependenciesMap)
// {
// lib.optionalAttrs (!stdenv.isDarwin) {
# disabled on macOS until we fix all remaining issues
clan-pytest-without-core =
runCommand "clan-pytest-without-core"
{