Skip to content

Commit 2506313

Browse files
committed
python313Packages.aioesphomeapi: 29.1.0 -> 29.1.1
https://github.com/esphome/aioesphomeapi/releases/tag/v29.1.1
1 parent 1796d20 commit 2506313

File tree

1 file changed

+4
-7
lines changed
  • pkgs/development/python-modules/aioesphomeapi

1 file changed

+4
-7
lines changed

pkgs/development/python-modules/aioesphomeapi/default.nix

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
buildPythonPackage rec {
2828
pname = "aioesphomeapi";
29-
version = "29.1.0";
29+
version = "29.1.1";
3030
pyproject = true;
3131

3232
disabled = pythonOlder "3.9";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
3535
owner = "esphome";
3636
repo = "aioesphomeapi";
3737
tag = "v${version}";
38-
hash = "sha256-/4/FNb6lGlitsAzO0OadWqP02Wx+mnlrA6yzXFm72sg=";
38+
hash = "sha256-umCjsBn0lS94SArvXXGuOfJ1oXmcVLOlrC35Crik9pA=";
3939
};
4040

4141
build-system = [
@@ -61,16 +61,13 @@ buildPythonPackage rec {
6161
pytestCheckHook
6262
];
6363

64-
disabledTests = [
65-
# https://github.com/esphome/aioesphomeapi/pull/1081
66-
"test_request_while_handshaking"
67-
];
68-
6964
disabledTestPaths = [
7065
# benchmarking requires pytest-codespeed
7166
"tests/benchmarks"
7267
];
7368

69+
__darwinAllowLocalNetworking = true;
70+
7471
pythonImportsCheck = [ "aioesphomeapi" ];
7572

7673
meta = with lib; {

0 commit comments

Comments
 (0)