Fabian Affolter
Fabian Affolter
**Describe the bug** Tests are failing on Python 3.12. ```bash AttributeError: module 'importlib.abc' has no attribute 'Finder' ``` **Expected behavior** What you expected to happen (please include a reference to...
**Describe the bug** Multiple tests are failing. **Expected behavior** Tests to pass. **Steps To Reproduce** Run the test suite with pytest 8 and Python 3.11 ``` [...] ERROR pynetdicom/tests/test_pdu_items.py::TestUserInformation_RoleSelection::test_init -...
Please update the dependencies, especially `cucumber-tag-expressions` and `rich`. Distributions often have the latest available release of modules. This doesn't affect people who are using a `venv` as there the constraints...
- Add installation part to make it quick (it's also present in the docs) - Add missing import - Use a different URL - Output a list instead of a...
The CLI `mystrom` doesn't allow to include additional parameters for the URL. This is necessary if one wants to integrate the buttons in Home Assistant while `api_password` is set. https://next.home-assistant.io/components/binary_sensor.mystrom/#setup-of-mystrom-buttons
Test if [myStrom WiFi LED Strips](https://mystrom.ch/de/wifi-led-strip-kits/) are working with the same implementation as the Bulbs.
Some tests are failing with Python 3.12 while they are passing with Python 3.11. ```bash ============================= test session starts ============================== platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.4.0 rootdir: /build/source configfile:...
It would be very helpful if you could tag releases as well again. This would enable distributions who want to fetch the source from GitHub instead of PyPI. Thanks