python3Packages.python-smarttub: test in asyncio legacy mode

This commit is contained in:
Martin Weinelt
2022-07-21 22:35:31 +02:00
parent 845b062e86
commit 85872173ee
@@ -38,6 +38,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
];
postPatch = ''
substituteInPlace setup.py \
--replace "pyjwt~=2.1.0" "pyjwt>=2.1.0"