python3Packages.tinyio: fix build

This commit is contained in:
Sigmanificient
2026-03-20 01:29:25 +01:00
parent 0242d91e5d
commit 33a531b378
@@ -9,6 +9,7 @@
# tests
pytestCheckHook,
trio,
}:
buildPythonPackage rec {
@@ -31,6 +32,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
trio
];
disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [