don't expose all clan-depenencies as their own check attributes
this is expensive in CI to display.
This commit is contained in:
@@ -126,8 +126,11 @@ 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)
|
{
|
||||||
// {
|
clan-deps = pkgs.runCommand "clan-deps" { } ''
|
||||||
|
# ${builtins.toString (builtins.attrValues testRuntimeDependenciesMap)}
|
||||||
|
touch $out
|
||||||
|
'';
|
||||||
# disabled on macOS until we fix all remaining issues
|
# 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