File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ contextlib2==21.6.0
11
11
awslogs==0.14.0
12
12
black==22.3.0
13
13
stopit==1.1.2
14
+ # Update tox.ini to have correct version of airflow constraints file
14
15
apache-airflow==2.4.1
15
16
apache-airflow-providers-amazon==4.0.0
16
17
attrs==22.1.0
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ passenv =
73
73
# Can be used to specify which tests to run, e.g.: tox -- -s
74
74
commands =
75
75
python -c " import os; os.system('install-custom-pkgs --install-boto-wheels')"
76
+ pip install ' apache-airflow==2.4.1' --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-2.4.1/constraints-3.10.txt"
77
+
76
78
pytest --cov =sagemaker --cov-append {posargs}
77
79
{env:IGNORE_COVERAGE:} coverage report -i --fail-under =86
78
80
deps = .[test]
You can’t perform that action at this time.
0 commit comments