python311Packages.crownstone-cloud: remove asynctest

Was already patched out, but still provided.
This commit is contained in:
Martin Weinelt
2023-07-28 12:15:35 +02:00
parent 96f2b96709
commit 57c99aa8ce
@@ -1,6 +1,5 @@
{ lib
, aiohttp
, asynctest
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
@@ -34,7 +33,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
asynctest
certifi
];