Fix typo #1082
verify.yml
on: push
Prepare
54s
Matrix: prepare-test-cache
Matrix: pytest
Process test complexity
0s
Build and publish Python 🐍 distributions 📦 to TestPyPI
0s
Annotations
7 errors
|
Run pytest using Python 3.12
Process completed with exit code 1.
|
|
Run pytest using Python 3.12:
tests/test_usb.py#L1205
TestStick.test_pulse_collection_production
assert False == True
+ where False = <plugwise_usb.nodes.helpers.pulses.PulseCollection object at 0x7f779a973530>.production_logging
|
|
Run pytest using Python 3.12:
tests/test_usb.py#L963
TestStick.test_pulse_collection_consumption
assert False == True
+ where False = <plugwise_usb.nodes.helpers.pulses.PulseCollection object at 0x7f779ab869f0>.production_logging
|
|
Run pytest using Python 3.11
The operation was canceled.
|
|
Run pytest using Python 3.11:
tests/test_usb.py#L1205
TestStick.test_pulse_collection_production
assert False == True
+ where False = <plugwise_usb.nodes.helpers.pulses.PulseCollection object at 0x7fa7c0290310>.production_logging
|
|
Run pytest using Python 3.11:
tests/test_usb.py#L963
TestStick.test_pulse_collection_consumption
assert False == True
+ where False = <plugwise_usb.nodes.helpers.pulses.PulseCollection object at 0x7fa7c0118f90>.production_logging
|
|
Run pytest using Python 3.11
The strategy configuration was canceled because "pytest._3_12" failed
|