Skip to content

Commit

Permalink
fix: make tests compatible with habluetooth>=3.0 (#123)
Browse files Browse the repository at this point in the history
* fix: make tests compatible with habluetooth>=3.0

The tests consume habluetooth via home-assistant-bluetooth, and in
version 3.0 introduced the tx_power parameter in the constructor of
BluetoothServiceInfoBleak.

* fix: poetry lock

* fix: poetry update

* fix: use habluetooth

* fix: remove py3.10 since its no longer supported upstream

---------

Co-authored-by: J. Nick Koston <[email protected]>
  • Loading branch information
mweinelt and bdraco authored Jun 7, 2024
1 parent 2ce3028 commit 92fceeb
Show file tree
Hide file tree
Showing 5 changed files with 795 additions and 279 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.10"
python-version: "3.11"
- uses: pre-commit/[email protected]

# Make sure commit messages follow the conventional commits convention:
Expand All @@ -36,7 +36,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.10"
- "3.11"
- "3.12"
os:
Expand Down
Loading

0 comments on commit 92fceeb

Please sign in to comment.