python3Packages.dynalite-devices: test in asyncio legacy mode
This commit is contained in:
parent
3cf2d43d57
commit
b14efa22e9
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--asyncio-mode=legacy"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "dynalite_devices_lib" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue