python310Packages.channels: Provide async-timeout in checkPhase

This was previously propagated by asgiref, which is not the case anymore
with version 3.6.0.
This commit is contained in:
Martin Weinelt
2023-04-04 03:23:56 +02:00
parent 7109d10aab
commit 8bf066a0f7
@@ -4,6 +4,7 @@
, daphne
, django
, fetchFromGitHub
, async-timeout
, pytest-asyncio
, pytest-django
, pytestCheckHook
@@ -36,6 +37,7 @@ buildPythonPackage rec {
};
nativeCheckInputs = [
async-timeout
pytest-asyncio
pytest-django
pytestCheckHook