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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user