python3Packages.xbox-webapi: test in asyncio legacy mode

This commit is contained in:
Martin Weinelt
2022-07-21 22:35:32 +02:00
parent c61efc1d0d
commit 513fa21e47
@@ -44,6 +44,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
];
meta = with lib; {
description = "Library to authenticate with Windows Live/Xbox Live and use their API";
homepage = "https://github.com/OpenXbox/xbox-webapi-python";