Skip to content

fix: update pytest, skip hf integ temp #3193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/extras/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tox==3.24.5
flake8==4.0.1
pytest==6.0.2
pytest==6.2.5
pytest-cov==3.0.0
pytest-rerunfailures==10.2
pytest-timeout==2.1.0
Expand Down
3 changes: 3 additions & 0 deletions tests/integ/test_huggingface.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ def test_huggingface_training(
and integ.test_region() in integ.TRAINING_NO_P3_REGIONS,
reason="no ml.p2 or ml.p3 instances in this region",
)
@pytest.mark.skip(
reason="need to re enable it later t.corp:V609860141",
)
def test_huggingface_training_tf(
sagemaker_session,
gpu_instance_type,
Expand Down