We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5385982 commit 291f6e4Copy full SHA for 291f6e4
requirements/extras/test_requirements.txt
@@ -1,6 +1,6 @@
1
tox==3.24.5
2
flake8==4.0.1
3
-pytest==6.0.2
+pytest==6.2.5
4
pytest-cov==3.0.0
5
pytest-rerunfailures==10.2
6
pytest-timeout==2.1.0
tests/integ/test_huggingface.py
@@ -116,6 +116,9 @@ def test_huggingface_training(
116
and integ.test_region() in integ.TRAINING_NO_P3_REGIONS,
117
reason="no ml.p2 or ml.p3 instances in this region",
118
)
119
+@pytest.mark.skip(
120
+ reason="need to re enable it later t.corp:V609860141",
121
+)
122
def test_huggingface_training_tf(
123
sagemaker_session,
124
gpu_instance_type,
0 commit comments