Skip to content

Commit

Permalink
python310Packages.zigpy: remove asynctest
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Mar 28, 2023
1 parent 1b63409 commit 81566fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/development/python-modules/zigpy/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, aiohttp
, aiosqlite
, asynctest
, buildPythonPackage
, crccheck
, cryptography
Expand All @@ -21,7 +20,7 @@ buildPythonPackage rec {
version = "0.53.2";
format = "setuptools";

disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "zigpy";
Expand All @@ -41,7 +40,6 @@ buildPythonPackage rec {
];

nativeCheckInputs = [
asynctest
freezegun
pytest-asyncio
pytest-timeout
Expand Down

0 comments on commit 81566fa

Please sign in to comment.