Skip to content

Commit 97c9552

Browse files
committed
Remove debugging, back to short test-output
1 parent fb85f19 commit 97c9552

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

plugwise/legacy/helper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
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)):

scripts/tests_and_coverage.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ set +u
3131

3232
if [ -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/
3635
fi
3736

3837
if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "linting" ] ; then

0 commit comments

Comments
 (0)