python3Packages.channels: test in asyncio legacy mode

This commit is contained in:
Martin Weinelt
2022-07-21 22:35:30 +02:00
parent 032f0c6299
commit e9bde1a9cd
@@ -32,6 +32,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
];
pythonImportsCheck = [ "channels" ];
meta = with lib; {