Commit ea5208f0 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.zha-quirks: remove asynctest

parent 1b634094
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
{ lib
, aiohttp
, asynctest
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
@@ -28,7 +27,6 @@ buildPythonPackage rec {
  ];

  nativeCheckInputs = [
    asynctest
    pytestCheckHook
  ];