Skip to content

Commit a0ef56a

Browse files
remove download_model()
1 parent c1f5323 commit a0ef56a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ginza/tests/conftest.py

-7
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,3 @@
1313
def tmpdir() -> Path:
1414
with tempfile.TemporaryDirectory() as dir_name:
1515
yield Path(dir_name)
16-
17-
18-
@pytest.fixture(scope="session", autouse=True)
19-
def download_model() -> None:
20-
run_cmd([sys.executable, "-m", "pip", "install", "ja-ginza"])
21-
run_cmd([sys.executable, "-m", "pip", "install", "ja-ginza-electra"])
22-
yield

0 commit comments

Comments
 (0)