Taragolis opened a new pull request, #28290:
URL: https://github.com/apache/airflow/pull/28290
Some async tests not properly mocked return objects
- `tests/providers/google/cloud/hooks/test_cloud_composer.py`
- `tests/providers/google/cloud/hooks/test_dataproc.py`
Within `unittests.TestCase` it do actually nothing:
```console
RuntimeWarning: coroutine 'FooBar.spam_egg' was never awaited method()
```
When this tests migrate to `pytest` it raises different errors.
This PR:
- Move compat (with python 3.7) mockers to separate module
- Migrate async tests to `pytest` and fix them
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]