10BC0 MAINT make pytest collection ignore folders with Python scripts by ogrisel · Pull Request #12011 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ test = pytest
# disable-pytest-warnings should be removed once we rewrite tests
# using yield with parametrize
addopts =
--ignore build_tools
--ignore benchmarks
--ignore doc
--ignore examples
--doctest-modules
--disable-pytest-warnings
-rs
Expand Down
0