From c0b8b1fe6aefaa0c442cd4e2369a5e3f182cdd13 Mon Sep 17 00:00:00 2001 From: Boyu Chen Date: Tue, 14 Mar 2023 09:46:41 -0700 Subject: [PATCH] fix_build --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0a276d89..fb2fc2ea 100644 --- a/tox.ini +++ b/tox.ini @@ -52,7 +52,7 @@ passenv = AWS_DEFAULT_REGION commands = coverage run --rcfile .coveragerc --source sagemaker_pytorch_serving_container -m pytest {posargs} - {env:IGNORE_COVERAGE:} coverage report --fail-under=90 --include *sagemaker_pytorch_serving_container* + {env:IGNORE_COVERAGE:} coverage report --fail-under=90 deps = coverage