d0b3rm4n
d0b3rm4n
The used dumper StrictYAMLDumper inherits this options, so expose them also in as_yaml(), to my knowledge this does not break the strictyaml definitions. So giving more freedom in the output...
See: https://github.com/reportportal/agent-Python-RobotFramework/blob/bbceeb50b54ae085e74fa9fde13101c331301a77/robotframework_reportportal/result_visitor.py#L33 I had always wrong times in Report Portal. I fixed it with: ```python from datetime import datetime, timedelta, timezone def to_timestamp(time_str): if time_str: time = datetime.strptime( time_str, '%Y%m%d...
**Describe the bug** See [PEP-0632](https://peps.python.org/pep-0632/) Python 3.12 dropped distutils. **Steps to Reproduce** Steps to reproduce the behavior: ``` python --version Python 3.12.3 pip install robotframework-reportportal robotframework post_report Traceback (most recent...