python310Packages.yalexs: remove asynctest

This commit is contained in:
Fabian Affolter 2023-02-20 20:05:57 +01:00 committed by GitHub
parent a7d95c3874
commit b5c3d554f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,6 @@
, aiohttp
, aioresponses
, aiounittest
, asynctest
, buildPythonPackage
, fetchFromGitHub
, pubnub
@ -41,7 +40,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
aioresponses
aiounittest
asynctest
pytestCheckHook
requests-mock
];