Unverified Commit 5bc10f64 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.tinyio: fix build (#501477)

parents a0b07a36 33a531b3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@

  # tests
  pytestCheckHook,
  trio,
}:

buildPythonPackage rec {
@@ -31,6 +32,7 @@ buildPythonPackage rec {

  nativeCheckInputs = [
    pytestCheckHook
    trio
  ];

  disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [