python310Packages.channels: don't set asyncio mode

This commit is contained in:
Robert Schütz
2022-11-16 08:45:44 -08:00
parent b909b493dc
commit 7cd70a299b
@@ -41,10 +41,6 @@ buildPythonPackage rec {
pytestCheckHook
] ++ passthru.optional-dependencies.daphne;
pytestFlagsArray = [
"--asyncio-mode=legacy"
];
pythonImportsCheck = [
"channels"
];