Skip to content

Commit

Permalink
Merge pull request #222147 from fabaff/blebox-uniapi-asnyctest
Browse files Browse the repository at this point in the history
python310Packages.blebox-uniapi: remove asynctest
  • Loading branch information
fabaff authored Mar 21, 2023
2 parents c3eae0d + d88a768 commit 4fde36a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/development/python-modules/blebox-uniapi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
, fetchFromGitHub
, aiohttp
, semver
, asynctest
, deepmerge
, pytest-asyncio
, pytestCheckHook
Expand Down Expand Up @@ -35,7 +34,6 @@ buildPythonPackage rec {
];

nativeCheckInputs = [
asynctest
deepmerge
pytest-asyncio
pytestCheckHook
Expand All @@ -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;
Expand Down

0 comments on commit 4fde36a

Please sign in to comment.