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 6f5cddc commit 18d9f7cCopy full SHA for 18d9f7c
tox.ini
@@ -46,9 +46,7 @@ passenv =
46
AWS_DEFAULT_REGION
47
# {posargs} can be passed in by additional arguments specified when invoking tox.
48
# Can be used to specify which tests to run, e.g.: tox -- -s
49
-# TODO: Remove pip install python-dateutil==2.8.0 once botocore no longer requires a pinned version
50
commands =
51
- pip install python-dateutil==2.8.0
52
coverage run --rcfile .coveragerc_{envname} --source sagemaker_mxnet_serving_container -m pytest {posargs}
53
{env:IGNORE_COVERAGE:} coverage report --fail-under=90 --include *sagemaker_mxnet_serving_container*
54
deps = .[test]
0 commit comments