Skip to content

Commit a512830

Browse files
author
wanyixia
committed
change: remove test
1 parent 4d59c78 commit a512830

File tree

2 files changed

+0
-104
lines changed

2 files changed

+0
-104
lines changed

tests/conftest.py

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -223,31 +223,6 @@ def neo_pytorch_cpu_instance_type():
223223
return "ml.c5.xlarge"
224224

225225

226-
@pytest.fixture(scope="module")
227-
def tfs_eia_latest_py_version():
228-
return "py3"
229-
230-
231-
@pytest.fixture(scope="module")
232-
def tfs_eia_latest_version():
233-
return "2.3"
234-
235-
236-
@pytest.fixture(scope="module")
237-
def tfs_eia_target_device():
238-
return "ml_eia2"
239-
240-
241-
@pytest.fixture(scope="module")
242-
def tfs_eia_cpu_instance_type():
243-
return "ml.c5.xlarge"
244-
245-
246-
@pytest.fixture(scope="module")
247-
def tfs_eia_compilation_job_name():
248-
return utils.name_from_base("tfs-eia-compilation")
249-
250-
251226
@pytest.fixture(scope="module")
252227
def xgboost_framework_version(xgboost_version):
253228
if xgboost_version in ("1", "latest"):

tests/integ/test_tfs_eia_compilation.py

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)