diff --git a/pkgs/development/python-modules/tinyio/default.nix b/pkgs/development/python-modules/tinyio/default.nix index d969137dc5f0..13f887fdf00d 100644 --- a/pkgs/development/python-modules/tinyio/default.nix +++ b/pkgs/development/python-modules/tinyio/default.nix @@ -9,6 +9,7 @@ # tests pytestCheckHook, + trio, }: buildPythonPackage rec { @@ -31,6 +32,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook + trio ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [