Skip to content

Commit

Permalink
MAINT set testpaths = sklearn for pytest in setup.cfg (scikit-learn#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel authored Dec 7, 2021
1 parent 5f0a695 commit f22ebd2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -5,13 +5,8 @@ test = pytest
# disable-pytest-warnings should be removed once we rewrite tests
# using yield with parametrize
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
testpaths = sklearn
addopts =
--ignore build_tools
--ignore benchmarks
--ignore doc
--ignore examples
--ignore maint_tools
--ignore asv_benchmarks
--doctest-modules
--disable-pytest-warnings
--color=yes

0 comments on commit f22ebd2

Please sign in to comment.