Files
zenml/venv/lib/python3.9/site-packages/sklearn/externals/conftest.py
Christian Mantha 2ca0b9ef7c star
2026-03-02 19:10:52 -05:00

7 lines
312 B
Python

# Do not collect any tests in externals. This is more robust than using
# --ignore because --ignore needs a path and it is not convenient to pass in
# the externals path (very long install-dependent path in site-packages) when
# using --pyargs
def pytest_ignore_collect(collection_path, config):
return True