Add support for devices with production enabled - try 4 #1179
verify.yml
on: pull_request
Prepare
50s
Matrix: prepare-test-cache
Matrix: pytest
Process test complexity
0s
Build and publish Python 🐍 distributions 📦 to TestPyPI
0s
Annotations
5 errors
|
Run pytest using Python 3.12
Process completed with exit code 1.
|
|
Run pytest using Python 3.12:
tests/test_usb.py#L1135
TestStick.test_pulse_collection_consumption
assert (2312, FakeDa...timezone.utc)) == (2267, FakeDa...timezone.utc))
At index 0 diff: 2312 != 2267
Full diff:
(
- 2267,
? --
+ 2312,
? ++
FakeDatetime(2025, 3, 26, 15, 0, 3, tzinfo=datetime.timezone.utc),
)
|
|
Run pytest using Python 3.11
The operation was canceled.
|
|
Run pytest using Python 3.11:
tests/test_usb.py#L1135
TestStick.test_pulse_collection_consumption
assert (2312, FakeDa...timezone.utc)) == (2267, FakeDa...timezone.utc))
At index 0 diff: 2312 != 2267
Full diff:
(
- 2267,
? --
+ 2312,
? ++
FakeDatetime(2025, 3, 26, 15, 0, 3, tzinfo=datetime.timezone.utc),
)
|
|
Run pytest using Python 3.11
The strategy configuration was canceled because "pytest._3_12" failed
|