python310Packages.pyotgw: don't set asyncio mode

This commit is contained in:
Robert Schütz
2022-11-16 08:45:42 -08:00
parent afff895620
commit a7d24e0cc8
@@ -30,10 +30,6 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
];
pythonImportsCheck = [
"pyotgw"
];