Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
7
venv/Lib/site-packages/sklearn/externals/conftest.py
vendored
Normal file
7
venv/Lib/site-packages/sklearn/externals/conftest.py
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue