Skip to content

Commit d47d966

Browse files
authored
fix: trcomp fixtures to override default fixtures for integ tests (#3338)
1 parent 01fd66a commit d47d966

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integ/test_training_compiler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@
2626
from tests.integ.timeout import timeout
2727

2828

29+
@pytest.fixture(scope="module")
2930
def gpu_instance_type(request):
3031
return "ml.p3.2xlarge"
3132

3233

34+
@pytest.fixture(scope="module")
3335
def instance_count(request):
3436
return 1
3537

0 commit comments

Comments
 (0)