mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
a. `DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead` Updated call in `bumble/smp.py` b. `ModuleNotFoundError: No module named 'bumble.apps'` Updated imports in `tests/import_test.py` c. Added `pytest-html` for easier viewing of test results Added package in `setup.cfg`, and hook in `tasks.py` d. Updated workflows to use `invoke test` This is a partial fix of #81