python3Packages.discovery30303: test in asyncio legacy mode

This commit is contained in:
Martin Weinelt
2022-07-21 22:35:31 +02:00
parent 4049e1b86c
commit c4839a9db9
@@ -31,6 +31,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
];
postPatch = ''
substituteInPlace pyproject.toml \
--replace " --cov=discovery30303" ""