File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
pkgs/development/python-modules/aioesphomeapi Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 2626
2727buildPythonPackage 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 ; {
You can’t perform that action at this time.
0 commit comments