Merge pull request #223537 from fabaff/zigpy-asynctest
python310Packages.zigpy: remove asynctest
This commit is contained in:
commit
ed65ee50e0
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
{ lib
|
||||
, aiohttp
|
||||
, aiosqlite
|
||||
, asynctest
|
||||
, buildPythonPackage
|
||||
, crccheck
|
||||
, cryptography
|
||||
|
@ -21,7 +20,7 @@ buildPythonPackage rec {
|
|||
version = "0.53.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zigpy";
|
||||
|
@ -41,7 +40,6 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
asynctest
|
||||
freezegun
|
||||
pytest-asyncio
|
||||
pytest-timeout
|
||||
|
|
Loading…
Reference in a new issue