python3Packages.discovery30303: test in asyncio legacy mode
This commit is contained in:
@@ -31,6 +31,10 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--asyncio-mode=legacy"
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace " --cov=discovery30303" ""
|
||||
|
||||
Reference in New Issue
Block a user