python312Packages.aioesphomeapi: 27.0.0 -> 27.0.1
https://github.com/esphome/aioesphomeapi/releases/tag/v27.0.1
This commit is contained in:
parent
aed1f3d336
commit
4a55bd85c8
@ -26,7 +26,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aioesphomeapi";
|
||||
version = "27.0.0";
|
||||
version = "27.0.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
||||
owner = "esphome";
|
||||
repo = "aioesphomeapi";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-2FA0QleMJG69vhyC85tO4ZAY0U8qPIdyJROHKxC35GM=";
|
||||
hash = "sha256-bcwChHWH621UoGHkP+xPNzmj+Uh18rWgkMSrtW9zFF8=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@ -70,6 +70,11 @@ buildPythonPackage rec {
|
||||
"test_start_connection_can_only_increase_buffer_size_to_262144"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# benchmarking requires pytest-codespeed
|
||||
"tests/test_bluetooth_benchmarks.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "aioesphomeapi" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user