av223119

Results 3 issues of av223119

### What feature do you want to see added? Currently, JUnit allows the result grouping based on the step name in the pipeline. However for various reasons people might not...

enhancement

It appears that the pytest-asyncio 0.23 broke class-scoped fixtures defined outside of the class. Namely, I used to have the following setup: conftest.py: ```python @pytest_asyncio.fixture(scope="class") async def run_important_program_in_class() -> AsyncGenerator[ImportantProgram,...

#### **Describe the bug** exiv2 insists that "unicode" in UserComment is UTF-16BE. Previous versions of the EXIF specification weren't specific which flavour of Unicode should be used, but v.3 clearly...

bug