Unverified Commit 4fde36ad authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #222147 from fabaff/blebox-uniapi-asnyctest

python310Packages.blebox-uniapi: remove asynctest
parents c3eae0dc d88a7684
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
, fetchFromGitHub
, aiohttp
, semver
, asynctest
, deepmerge
, pytest-asyncio
, pytestCheckHook
@@ -35,7 +34,6 @@ buildPythonPackage rec {
  ];

  nativeCheckInputs = [
    asynctest
    deepmerge
    pytest-asyncio
    pytestCheckHook
@@ -46,7 +44,7 @@ buildPythonPackage rec {
  ];

  meta = with lib; {
    changelog = "https://github.com/blebox/blebox_uniapi/blob/${src.rev}/HISTORY.rst";
    changelog = "https://github.com/blebox/blebox_uniapi/blob/${version}/HISTORY.rst";
    description = "Python API for accessing BleBox smart home devices";
    homepage = "https://github.com/blebox/blebox_uniapi";
    license = licenses.asl20;