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

python310Packages.yalexs: remove asynctest

parent a7d95c38
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
, aiohttp
, aioresponses
, aiounittest
, asynctest
, buildPythonPackage
, fetchFromGitHub
, pubnub
@@ -41,7 +40,6 @@ buildPythonPackage rec {
  nativeCheckInputs = [
    aioresponses
    aiounittest
    asynctest
    pytestCheckHook
    requests-mock
  ];