python3Packages.tinyio: fix build (#501477)

This commit is contained in:
Gaétan Lepage
2026-03-20 08:40:39 +00:00
committed by GitHub
@@ -9,6 +9,7 @@
# tests
pytestCheckHook,
trio,
}:
buildPythonPackage rec {
@@ -31,6 +32,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
trio
];
disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [