Loading pkgs/by-name/cl/clickable/package.nix +41 −38 Original line number Diff line number Diff line { lib , fetchFromGitLab , python3Packages , stdenv { lib, fetchFromGitLab, python3Packages, stdenv, }: python3Packages.buildPythonApplication rec { Loading @@ -26,7 +27,8 @@ python3Packages.buildPythonApplication rec { nativeCheckInputs = [ python3Packages.pytestCheckHook ]; disabledTests = [ disabledTests = [ # Tests require docker "test_cpp_plugin" "test_html" Loading Loading @@ -59,7 +61,8 @@ python3Packages.buildPythonApplication rec { "test_devices" "test_install" "test_skip_container_mode" ] ++ ] ++ # There are no docker images available for the aarch64 architecutre # which are required for tests. lib.optionals stdenv.isAarch64 [ Loading Loading
pkgs/by-name/cl/clickable/package.nix +41 −38 Original line number Diff line number Diff line { lib , fetchFromGitLab , python3Packages , stdenv { lib, fetchFromGitLab, python3Packages, stdenv, }: python3Packages.buildPythonApplication rec { Loading @@ -26,7 +27,8 @@ python3Packages.buildPythonApplication rec { nativeCheckInputs = [ python3Packages.pytestCheckHook ]; disabledTests = [ disabledTests = [ # Tests require docker "test_cpp_plugin" "test_html" Loading Loading @@ -59,7 +61,8 @@ python3Packages.buildPythonApplication rec { "test_devices" "test_install" "test_skip_container_mode" ] ++ ] ++ # There are no docker images available for the aarch64 architecutre # which are required for tests. lib.optionals stdenv.isAarch64 [ Loading