python3Packages.hypercorn: test in asyncio legacy mode
This commit is contained in:
parent
b27ce7e2c5
commit
a3547dd5a2
@ -44,6 +44,10 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
] ++ lib.optionals (pythonOlder "3.8") [ mock ];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--asyncio-mode=legacy"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "hypercorn" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user