python310Packages.subarulink: don't set asyncio mode

This commit is contained in:
Robert Schütz
2022-11-16 08:45:50 -08:00
parent 05191c2463
commit 89a6cf3f5c
@@ -36,10 +36,6 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
];
postPatch = ''
substituteInPlace setup.cfg \
--replace "--cov=subarulink" ""