Unverified Commit 5f402334 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #223266 from fabaff/zha-quirks-asnyctest

python310Packages.zha-quirks: remove asynctest
parents ed30cdc6 ea5208f0
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
  ];