Jakub Dardzinski

Results 12 comments of Jakub Dardzinski

I have read the CLA Document and I hereby sign the CLA

Could someone please review?

I ran `breeze testing tests --upgrade-boto tests/providers/docker` in main branch with latest CI image - getting same error results. Celery integration test seems flaky, no?

I've added imports with weird-looking structure at first glance: ```python if TYPE_CHECKING: # v2 imports else: try: # v2 imports except ImportError: # v1 imports ``` This satisfies mypy and...

@eladkal I'll be working on moving part of the code to `common.compat` provider

I think I need to drop tests checking what is imported with different availability of OL client. mocking imports breaks other tests when running in parallel.

> > I think I need to drop tests checking what is imported with different availability of OL client. mocking imports breaks other tests when running in parallel. > >...