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:
parent
f99bc07181
commit
c61efc1d0d
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ buildPythonPackage rec {
|
|||
voluptuous
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--asyncio-mode=legacy"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Skip the examples tests
|
||||
"kasa/tests/test_readme_examples.py"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue