5 lines
126 B
Python
5 lines
126 B
Python
|
def setup_module():
|
||
|
import pytest
|
||
|
|
||
|
pytest.skip("portuguese_en.doctest imports nltk.examples.pt which doesn't exist!")
|