We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73a6f7 commit 1a9d277Copy full SHA for 1a9d277
tox.ini
@@ -73,7 +73,7 @@ passenv =
73
# Can be used to specify which tests to run, e.g.: tox -- -s
74
commands =
75
python -c "import os; os.system('install-custom-pkgs --install-boto-wheels')"
76
- pip install 'apache-airflow==2.5.1' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.1/constraints-3.7.txt"
+ pip install 'apache-airflow==2.5.2' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.2/constraints-3.7.txt"
77
78
pytest --cov=sagemaker --cov-append {posargs}
79
{env:IGNORE_COVERAGE:} coverage report -i --fail-under=86
0 commit comments