mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
python3Packages.zigpy: 0.50.3 -> 0.51.2
https://github.com/zigpy/zigpy/releases/tag/0.51.2 https://github.com/zigpy/zigpy/releases/tag/0.51.1 https://github.com/zigpy/zigpy/releases/tag/0.51.0
This commit is contained in:
parent
f5f2829041
commit
93babf43bf
@ -9,7 +9,7 @@
|
||||
, fetchFromGitHub
|
||||
, pycryptodome
|
||||
, pyserial-asyncio
|
||||
, pytest-aiohttp
|
||||
, pytest-asyncio
|
||||
, pytest-timeout
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
@ -41,12 +41,11 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
asynctest
|
||||
freezegun
|
||||
pytest-aiohttp
|
||||
pytest-asyncio
|
||||
pytest-timeout
|
||||
pytestCheckHook
|
||||
] ++ lib.optionals (pythonOlder "3.8") [
|
||||
asynctest
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
Loading…
Reference in New Issue
Block a user