python310Packages.aioresponses: don't depend on asynctest

It isn't needed for Python >= 3.8.
This commit is contained in:
Robert Schütz 2023-02-13 11:23:25 -08:00
parent f032544122
commit e90acad35f

View File

@ -1,6 +1,5 @@
{ lib
, aiohttp
, asynctest
, buildPythonPackage
, ddt
, fetchPypi
@ -32,7 +31,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
asynctest
ddt
pytestCheckHook
];