Commit 7e83281c authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.pytradfri: add pytest-asyncio

parent af2ef727
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  aiocoap,
  dtlssocket,
  pydantic,
  pytest-asyncio,
  pytestCheckHook,
}:

@@ -32,7 +33,11 @@ buildPythonPackage rec {
    ];
  };

  nativeCheckInputs = [ pytestCheckHook ] ++ optional-dependencies.async;
  nativeCheckInputs = [
    pytest-asyncio
    pytestCheckHook
  ]
  ++ optional-dependencies.async;

  pythonImportsCheck = [ "pytradfri" ];