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 1e5e26c commit b8f659aCopy full SHA for b8f659a
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.6.0' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.6.0/constraints-3.7.txt"
+ pip install 'apache-airflow==2.6.3' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.6.3/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