Skip to content

fix: add pytest.mark.local_mode annotation to broken tests #876

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 3 commits into from
Jun 25, 2019
Merged
Changes from 1 commit
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: 2 additions & 0 deletions tests/integ/test_tfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def tar_dir(directory, tmpdir):
return target


@pytest.mark.local_mode
@pytest.fixture
def tfs_predictor_with_model_and_entry_point_same_tar(
sagemaker_local_session, tf_full_version, tmpdir
Expand All @@ -93,6 +94,7 @@ def tfs_predictor_with_model_and_entry_point_same_tar(
predictor.delete_endpoint()


@pytest.mark.local_mode
@pytest.fixture(scope="module")
def tfs_predictor_with_model_and_entry_point_and_dependencies(
sagemaker_local_session, tf_full_version
Expand Down