0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.python-kasa: test in asyncio legacy mode

This commit is contained in:
Martin Weinelt 2022-07-21 14:24:34 +02:00
parent f99bc07181
commit c61efc1d0d

View file

@ -43,6 +43,10 @@ buildPythonPackage rec {
voluptuous
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
];
disabledTestPaths = [
# Skip the examples tests
"kasa/tests/test_readme_examples.py"