Skip to content

Commit b53952e

Browse files
committed
removed comments, extra new-lines
1 parent 7db3cf9 commit b53952e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/conftest.py

-4
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,6 @@ def gpu_instance_type(request):
366366
return "ml.p3.2xlarge"
367367

368368

369-
# return "ml.p2.xlarge"
370-
371-
372369
@pytest.fixture(scope="session")
373370
def inf_instance_type(sagemaker_session, request):
374371
return "ml.inf1.xlarge"
@@ -411,7 +408,6 @@ def pytest_generate_tests(metafunc):
411408
region in tests.integ.HOSTING_NO_P2_REGIONS
412409
or region in tests.integ.TRAINING_NO_P2_REGIONS
413410
):
414-
415411
params.append("ml.p3.2xlarge")
416412
metafunc.parametrize("instance_type", params, scope="session")
417413

0 commit comments

Comments
 (0)