python310Packages.channels: don't set asyncio mode
This commit is contained in:
@@ -41,10 +41,6 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
] ++ passthru.optional-dependencies.daphne;
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--asyncio-mode=legacy"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"channels"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user