Skip to content

Commit 5a26bc2

Browse files
Yaol2yao
authored andcommitted
Remove slow marker in conftest
1 parent a09b0a2 commit 5a26bc2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ def training_output_s3_uri(bucket):
242242

243243

244244
@pytest.fixture
245-
@pytest.mark.slow
246245
def training_job_name(sagemaker_boto_client, training_role_arn, docker_image, training_s3_uri, training_output_s3_uri):
247246
training_job_name = name()
248247
sagemaker_boto_client.create_training_job(
@@ -281,7 +280,6 @@ def processing_job_name(sagemaker_boto_client, training_role_arn, docker_image):
281280

282281

283282
@pytest.fixture(scope="session")
284-
@pytest.mark.slow
285283
def docker_image(boto_model_file):
286284
client = docker.from_env()
287285
ecr_client = boto3.client("ecr")

0 commit comments

Comments
 (0)