Skip to content

collected_pulses(): don't return None's at rollover #1143

collected_pulses(): don't return None's at rollover

collected_pulses(): don't return None's at rollover #1143

Triggered via push March 24, 2025 08:50
Status Failure
Total duration 2m 20s
Artifacts

verify.yml

on: push
Ruff check and force
5s
Ruff check and force
Check commit
44s
Check commit
Matrix: prepare-test-cache
Matrix: pytest
Process test coverage
Process test coverage
Run mypy
Run mypy
Process test complexity
Process test complexity
Build and publish Python 🐍 distributions 📦 to TestPyPI
Build and publish Python 🐍 distributions 📦 to TestPyPI
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Run pytest using Python 3.11
Process completed with exit code 1.
Run pytest using Python 3.11: tests/test_usb.py#L1127
TestStick.test_pulse_collection_consumption assert (45, FakeDate...timezone.utc)) == (None, None) At index 0 diff: 45 != None Full diff: ( - None, - None, + 45, + FakeDatetime(2025, 3, 24, 9, 0, 3, tzinfo=datetime.timezone.utc), )
Run pytest using Python 3.12
Process completed with exit code 1.
Run pytest using Python 3.12: tests/test_usb.py#L1127
TestStick.test_pulse_collection_consumption assert (45, FakeDate...timezone.utc)) == (None, None) At index 0 diff: 45 != None Full diff: ( - None, - None, + 45, + FakeDatetime(2025, 3, 24, 9, 0, 3, tzinfo=datetime.timezone.utc), )
Run pytest using Python 3.12
The strategy configuration was canceled because "pytest._3_11" failed