python311Packages.gpiozero: disable failing test

This commit is contained in:
Fabian Affolter 2023-08-23 12:45:55 +02:00
parent f8d58ba918
commit 120fb3e403

View file

@ -47,6 +47,11 @@ buildPythonPackage rec {
"gpiozero.tools"
];
disabledTests = [
# https://github.com/gpiozero/gpiozero/issues/1087
"test_spi_hardware_write"
];
meta = with lib; {
description = "A simple interface to GPIO devices with Raspberry Pi";
homepage = "https://github.com/gpiozero/gpiozero";