python310Packages.subarulink: don't set asyncio mode

This commit is contained in:
Robert Schütz 2022-11-12 16:14:27 -08:00
parent 05191c2463
commit 89a6cf3f5c

View File

@ -36,10 +36,6 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
];
postPatch = ''
substituteInPlace setup.cfg \
--replace "--cov=subarulink" ""