clickable: Format with nixfmt-rfc-style

This commit is contained in:
OPNA2608 2024-06-29 14:40:44 +02:00
parent 1b5cf9d0be
commit 25df994263

View File

@ -1,7 +1,8 @@
{ lib
, fetchFromGitLab
, python3Packages
, stdenv
{
lib,
fetchFromGitLab,
python3Packages,
stdenv,
}:
python3Packages.buildPythonApplication rec {
@ -26,7 +27,8 @@ python3Packages.buildPythonApplication rec {
nativeCheckInputs = [ python3Packages.pytestCheckHook ];
disabledTests = [
disabledTests =
[
# Tests require docker
"test_cpp_plugin"
"test_html"
@ -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 [