disabe pytests on macOS for now
This commit is contained in:
@@ -127,7 +127,8 @@ pythonRuntime.pkgs.buildPythonApplication {
|
|||||||
# Define and expose the tests and checks to run in CI
|
# Define and expose the tests and checks to run in CI
|
||||||
passthru.tests =
|
passthru.tests =
|
||||||
(lib.mapAttrs' (n: lib.nameValuePair "clan-dep-${n}") testRuntimeDependenciesMap)
|
(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 =
|
clan-pytest-without-core =
|
||||||
runCommand "clan-pytest-without-core"
|
runCommand "clan-pytest-without-core"
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user