From d88a768439adba886d2dce7059cc99ee07fc7b2a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 20 Mar 2023 09:28:08 +0100 Subject: [PATCH] python310Packages.blebox-uniapi: remove asynctest --- pkgs/development/python-modules/blebox-uniapi/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/blebox-uniapi/default.nix b/pkgs/development/python-modules/blebox-uniapi/default.nix index 82bdbe2fdd709..0bd3562e60256 100644 --- a/pkgs/development/python-modules/blebox-uniapi/default.nix +++ b/pkgs/development/python-modules/blebox-uniapi/default.nix @@ -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;