/
githubmirror
/
scikit-learn
Обзор
Документация
Войти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
sklearn/externals/conftest.py
6 строк
312 B
Adrin Jalali
CI Fix issue with Pytest 8.1 and update lock-files (#28570)
04 мар 2024, 16:53
Не верифицирован
04 мар 2024, 16:53
08b4714
Код
Авторство
О чём код?
# 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