File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ awslogs==0.14.0
12
12
black==22.3.0
13
13
stopit==1.1.2
14
14
# Update tox.ini to have correct version of airflow constraints file
15
- apache-airflow==2.7.1
15
+ apache-airflow==2.7.2
16
16
apache-airflow-providers-amazon==7.2.1
17
17
attrs>=23.1.0,<24
18
18
fabric==2.6.0
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ passenv =
77
77
# Can be used to specify which tests to run, e.g.: tox -- -s
78
78
commands =
79
79
python -c " import os; os.system('install-custom-pkgs --install-boto-wheels')"
80
- pip install ' apache-airflow==2.7.1 ' --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-2.7.1 /constraints-3.8.txt"
80
+ pip install ' apache-airflow==2.7.2 ' --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-2.7.2 /constraints-3.8.txt"
81
81
82
82
pytest --cov =sagemaker --cov-append {posargs}
83
83
{env:IGNORE_COVERAGE:} coverage report -i --fail-under =86
You can’t perform that action at this time.
0 commit comments