python310Packages.channels: don't set asyncio mode

This commit is contained in:
Robert Schütz 2022-11-12 15:22:16 -08:00
parent b909b493dc
commit 7cd70a299b

View file

@ -41,10 +41,6 @@ buildPythonPackage rec {
pytestCheckHook
] ++ passthru.optional-dependencies.daphne;
pytestFlagsArray = [
"--asyncio-mode=legacy"
];
pythonImportsCheck = [
"channels"
];