MINOR: Fix pytest 3.11 taking 2hr (#18533)

This commit is contained in:
Mayur Singal 2024-11-06 19:28:48 +05:30 committed by GitHub
parent 5863c7e235
commit 66cf003cc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,11 +146,10 @@ base_requirements = {
plugins: Dict[str, Set[str]] = { plugins: Dict[str, Set[str]] = {
"airflow": { "airflow": {
VERSIONS["airflow"], "opentelemetry-exporter-otlp==1.27.0",
"opentelemetry-api==1.27.0", # internal dependency of airflow, need to restrict version
"opentelemetry-exporter-otlp-proto-grpc==1.27.0",
"protobuf<5", "protobuf<5",
"attrs", "attrs",
VERSIONS["airflow"],
}, # Same as ingestion container. For development. }, # Same as ingestion container. For development.
"amundsen": {VERSIONS["neo4j"]}, "amundsen": {VERSIONS["neo4j"]},
"athena": {"pyathena~=3.0"}, "athena": {"pyathena~=3.0"},
@ -344,6 +343,7 @@ dev = {
test = { test = {
# Install Airflow as it's not part of `all` plugin # Install Airflow as it's not part of `all` plugin
"opentelemetry-exporter-otlp==1.27.0",
VERSIONS["airflow"], VERSIONS["airflow"],
"boto3-stubs", "boto3-stubs",
"mypy-boto3-glue", "mypy-boto3-glue",