python3Packages.channels: test in asyncio legacy mode

This commit is contained in:
Martin Weinelt 2022-07-21 12:46:29 +02:00
parent 032f0c6299
commit e9bde1a9cd

View File

@ -32,6 +32,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
];
pythonImportsCheck = [ "channels" ];
meta = with lib; {