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 12bcd14 commit 1c8644cCopy full SHA for 1c8644c
tox.ini
@@ -55,23 +55,7 @@ passenv =
55
commands =
56
coverage run --rcfile .coveragerc --source sagemaker_pytorch_serving_container -m pytest {posargs}
57
{env:IGNORE_COVERAGE:} coverage report --fail-under=90 --include *sagemaker_pytorch_serving_container*
58
-
59
-deps =
60
- coverage
61
- pytest
62
- pytest-cov
63
- pytest-xdist
64
- mock
65
- requests == 2.20.0
66
- urllib3 < 1.23, >= 1.21
67
- sagemaker
68
- torch
69
- torchvision
70
- retrying
71
- six
72
- future
73
- pyyaml
74
- protobuf == 3.19.6
+extras = test
75
76
[testenv:flake8]
77
basepython = python3.8
0 commit comments