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 aab0f8b commit e7fa17bCopy full SHA for e7fa17b
tox.ini
@@ -46,7 +46,9 @@ 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