Skip to content

Commit f4acbc0

Browse files
committed
No need to download resources when using the predownloaded test models
1 parent cf963c8 commit f4acbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stanza/tests/pipeline/test_english_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
class TestEnglishPipeline:
160160
@pytest.fixture(scope="class")
161161
def pipeline(self):
162-
return stanza.Pipeline(dir=TEST_MODELS_DIR)
162+
return stanza.Pipeline(dir=TEST_MODELS_DIR, download_method=None)
163163

164164
@pytest.fixture(scope="class")
165165
def processed_doc(self, pipeline):

0 commit comments

Comments
 (0)