some new features
This commit is contained in:
6
.venv/lib/python3.12/site-packages/sklearn/externals/conftest.py
vendored
Normal file
6
.venv/lib/python3.12/site-packages/sklearn/externals/conftest.py
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user