Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Aug 1, 2023
1 parent 0895c38 commit 16d0908
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ jobs:
- ~/.pyenv/versions/
key: docs-{{ .Branch }}-{{ checksum "setup.cfg" }}-{{ checksum ".readthedocs.yaml" }}

# This run unit tests for Python3.11 only and exclude Apache hive since
# currently, Airflow Hive provider excluded from Python3.11
# Check the issue https://github.com/cloudera/python-sasl/issues/30 for detail
# PR to bring back Airflow Apache Hive provider https://github.com/apache/airflow/pull/32607
# This run unit tests for Python3.11 only and exclude Apache hive since
# currently, Airflow Hive provider excluded from Python3.11
# Check the issue https://github.com/cloudera/python-sasl/issues/30 for detail
# PR to bring back Airflow Apache Hive provider https://github.com/apache/airflow/pull/32607
test-python3-11:
description: "Test Python-3.11"
executor:
Expand Down

0 comments on commit 16d0908

Please sign in to comment.