python3Packages.aiosyncthing: test in asyncio legacy mode

This commit is contained in:
Martin Weinelt 2022-07-21 14:18:25 +02:00
parent dbb81132de
commit 80351d4f5f

View File

@ -34,6 +34,10 @@ buildPythonPackage rec {
pytest-mock
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
];
postPatch = ''
substituteInPlace pyproject.toml \
--replace " --cov=aiosyncthing --cov-report=html" ""