chore(deps): update pre-commit hook biomejs/pre-commit to v2.1.2 (#292) #2443
verify.yml
on: push
Cache identify
4s
Matrix: pytest
Run mypy
0s
Process test complexity
0s
Build and publish Python 🐍 distributions 📦 to TestPyPI
0s
Annotations
2 errors and 1 warning
|
Run pytest using Python 3.13
Process completed with exit code 1.
|
|
Run pytest using Python 3.13:
tests/test_usb.py#L938
TestStick.test_energy_circle
AssertionError: assert EnergyStatist...on_reset=None) == EnergyStatist...on_reset=None)
Omitting 8 identical items, use -vv to show
Differing attributes:
['day_consumption', 'day_consumption_reset']
Drill down into differing attribute day_consumption:
day_consumption: 1.3268052948131053 != None
Drill down into differing attribute day_consumption_reset:
day_consumption_reset: datetime.datetime(2025, 7, 19, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(0), 'UTC')) != None
|
|
Run pytest using Python 3.13:
tests/test_usb.py#L1694
coroutine 'NetworkRegistrationCache.update_nodetypes' was never awaited
|