Skip to content

Commit 8ce021c

Browse files
committed
fix: fixture scoping issue in integ test
1 parent 37223ec commit 8ce021c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_training_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def huggingface_dummy_dataset(request, sagemaker_session):
6565
return train_input
6666

6767

68-
@pytest.fixture(scope="module", autouse=True)
68+
@pytest.fixture(autouse=True)
6969
def skip_if_incompatible(gpu_instance_type, request):
7070
"""
7171
These tests are for training compiler enabled images/estimators only.

0 commit comments

Comments
 (0)