File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1919 FAKE_LOC ,
2020 HEATER_CENTRAL_MEASUREMENTS ,
2121 LIMITS ,
22- LOGGER ,
2322 NONE ,
2423 OFF ,
2524 P1_LEGACY_MEASUREMENTS ,
@@ -132,7 +131,6 @@ def _all_appliances(self) -> None:
132131 appl .zigbee_mac = None
133132 appl .vendor_name = None
134133
135- LOGGER .debug ("HOI appliance: %s" , appl )
136134 # Determine class for this appliance
137135 # Skip on heater_central when no active device present or on orphaned stretch devices
138136 if not (appl := self ._appliance_info_finder (appliance , appl )):
Original file line number Diff line number Diff line change 3131
3232if [ -z " ${GITHUB_ACTIONS} " ] || [ " $1 " == " test_and_coverage" ] ; then
3333 # Python tests (rerun with debug if failures)
34- # PYTHONPATH=$(pwd) pytest -qx tests/ --cov='.' --no-cov-on-fail --cov-report term-missing ||
35- PYTHONPATH=$( pwd) pytest -xrpP --log-level debug tests/
34+ PYTHONPATH=$( pwd) pytest -qx tests/ --cov=' .' --no-cov-on-fail --cov-report term-missing || PYTHONPATH=$( pwd) pytest -xrpP --log-level debug tests/
3635fi
3736
3837if [ -z " ${GITHUB_ACTIONS} " ] || [ " $1 " == " linting" ] ; then
You can’t perform that action at this time.
0 commit comments