Spaces:
Sleeping
Sleeping
| import pytest | |
| def pytest_configure(config): | |
| config.addinivalue_line( | |
| "markers", | |
| "slow: marks tests that require spaCy en_core_web_lg to be installed", | |
| ) | |
| import pytest | |
| def pytest_configure(config): | |
| config.addinivalue_line( | |
| "markers", | |
| "slow: marks tests that require spaCy en_core_web_lg to be installed", | |
| ) | |