Support production #1123
Triggered via pull request
March 19, 2025 14:46
Status
Cancelled
Total duration
6h 2m 41s
Artifacts
–
verify.yml
on: pull_request
Prepare
1m 4s
Matrix: prepare-test-cache
Matrix: pytest
Process test complexity
Build and publish Python 🐍 distributions 📦 to TestPyPI
Annotations
13 errors
|
Run pytest using Python 3.11
The operation was canceled.
|
|
Run pytest using Python 3.11:
tests/test_usb.py#L1211
TestStick.test_pulse_collection_production
assert 0 is None
+ where 0 = <plugwise_usb.nodes.helpers.pulses.PulseCollection object at 0x7f41e3ab4d50>.log_interval
|
|
Run pytest using Python 3.11
Event loop is closed
|
|
Run pytest using Python 3.11
Event loop is closed
|
|
Run pytest using Python 3.11
Event loop is closed
|
|
Run pytest using Python 3.11:
tests/test_usb.py#L1117
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, 19, 15, 0, 3, tzinfo=datetime.timezone.utc),
)
|
|
Run pytest using Python 3.11:
tests/test_usb.py#L928
TestStick.test_energy_circle
TypeError: '>' not supported between instances of 'datetime.datetime' and 'NoneType'
|
|
Run pytest using Python 3.11
The job has exceeded the maximum execution time of 6h0m0s
|
|
Run pytest using Python 3.12
The operation was canceled.
|
|
Run pytest using Python 3.12:
tests/test_usb.py#L1211
TestStick.test_pulse_collection_production
assert 0 is None
+ where 0 = <plugwise_usb.nodes.helpers.pulses.PulseCollection object at 0x7f3591ea2a50>.log_interval
|
|
Run pytest using Python 3.12:
tests/test_usb.py#L1117
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, 19, 15, 0, 3, tzinfo=datetime.timezone.utc),
)
|
|
Run pytest using Python 3.12:
tests/test_usb.py#L928
TestStick.test_energy_circle
TypeError: '>' not supported between instances of 'datetime.datetime' and 'NoneType'
|
|
Run pytest using Python 3.12
The job has exceeded the maximum execution time of 6h0m0s
|