Skip to content

Commit 291f6e4

Browse files
fix: update pytest, skip hf integ temp (#3193)
* fix: update pytest * change: temporarily skip stanford test
1 parent 5385982 commit 291f6e4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

requirements/extras/test_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tox==3.24.5
22
flake8==4.0.1
3-
pytest==6.0.2
3+
pytest==6.2.5
44
pytest-cov==3.0.0
55
pytest-rerunfailures==10.2
66
pytest-timeout==2.1.0

tests/integ/test_huggingface.py

+3
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ def test_huggingface_training(
116116
and integ.test_region() in integ.TRAINING_NO_P3_REGIONS,
117117
reason="no ml.p2 or ml.p3 instances in this region",
118118
)
119+
@pytest.mark.skip(
120+
reason="need to re enable it later t.corp:V609860141",
121+
)
119122
def test_huggingface_training_tf(
120123
sagemaker_session,
121124
gpu_instance_type,

0 commit comments

Comments
 (0)