python3Packages.hypercorn: test in asyncio legacy mode
This commit is contained in:
parent
b27ce7e2c5
commit
a3547dd5a2
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ buildPythonPackage rec {
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
] ++ lib.optionals (pythonOlder "3.8") [ mock ];
|
] ++ lib.optionals (pythonOlder "3.8") [ mock ];
|
||||||
|
|
||||||
|
pytestFlagsArray = [
|
||||||
|
"--asyncio-mode=legacy"
|
||||||
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "hypercorn" ];
|
pythonImportsCheck = [ "hypercorn" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue