Merge pull request #216208 from dotlambda/aioresponses-asynctest

python310Packages.aioresponses: don't depend on asynctest
This commit is contained in:
Martin Weinelt
2023-04-09 22:47:42 +02:00
committed by GitHub
@@ -1,6 +1,5 @@
{ lib
, aiohttp
, asynctest
, buildPythonPackage
, ddt
, fetchPypi
@@ -32,7 +31,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
asynctest
ddt
pytestCheckHook
];