We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf59fd8 commit 554912eCopy full SHA for 554912e
cdl/tests/conftest.py
@@ -51,7 +51,7 @@ def pytest_report_header(config): # pylint: disable=unused-argument
51
try:
52
import cv2 # pylint: disable=import-outside-toplevel
53
54
- infolist.append(f", OpenCV {cv2.__version__}")
+ infolist[-1] += f", OpenCV {cv2.__version__}"
55
except ImportError:
56
pass
57
for vname in ("CDL_DATA", "PYTHONPATH", "DEBUG"):
0 commit comments