Skip to content

Commit 75c601b

Browse files
Roja Reddy Sareddyrsareddy0329
authored andcommitted
Fix tox.ini to fix coverage issue
1 parent a3e7efa commit 75c601b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,5 @@ commands =
2626

2727
[testenv:coverage]
2828
description = Run unit tests with coverage
29-
deps =
30-
pytest-cov
31-
-e .
3229
commands =
3330
pytest test/unit_tests --cov=sagemaker.hyperpod --cov-report=term-missing --cov-report=xml:coverage.xml --cov-fail-under=70

0 commit comments

Comments
 (0)