Intelegentny_Pszczelarz/.venv/Lib/site-packages/sklearn/externals/conftest.py

8 lines
302 B
Python
Raw Normal View History

2023-06-19 00:49:18 +02:00
# 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(path, config):
return True