Skip to content

Remove asynctest#31664

Merged
uranusjr merged 1 commit into
apache:mainfrom
astronomer:asynctest-3.11
Jun 1, 2023
Merged

Remove asynctest#31664
uranusjr merged 1 commit into
apache:mainfrom
astronomer:asynctest-3.11

Conversation

@uranusjr

@uranusjr uranusjr commented Jun 1, 2023

Copy link
Copy Markdown
Member

The asynctest package has gone largely unmaintained and does not work on Python 3.11. But we don't need it at all now since we've dropped 3.7; the stdlib unittest.mock covers its use cases perfectly.

The asynctest package has gone largely unmaintained and does not work on
Python 3.11. But we don't need it at all now since we've dropped 3.7;
the stdlib unittest.mock covers its use cases perfectly.
@boring-cyborg boring-cyborg Bot added provider:cncf-kubernetes Kubernetes (k8s) provider related issues area:providers provider:amazon AWS/Amazon - related issues provider:databricks provider:google Google (including GCP) related issues labels Jun 1, 2023
from unittest import mock

import pytest
from asynctest import MagicMock, mock

@uranusjr uranusjr Jun 1, 2023

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hussein-awala hussein-awala left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@vincbeck vincbeck left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice clean up!

@uranusjr
uranusjr merged commit f1d484c into apache:main Jun 1, 2023
@uranusjr
uranusjr deleted the asynctest-3.11 branch June 1, 2023 15:46
@eladkal eladkal added this to the Airflow 2.7.0 milestone Jun 8, 2023
@eladkal eladkal added the type:misc/internal Changelog: Misc changes that should appear in change log label Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers provider:amazon AWS/Amazon - related issues provider:cncf-kubernetes Kubernetes (k8s) provider related issues provider:databricks provider:google Google (including GCP) related issues type:misc/internal Changelog: Misc changes that should appear in change log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants