Skip to content

Commit

Permalink
MAINT make pytest collect everything that doesn't fail
Browse files Browse the repository at this point in the history
  • Loading branch information
rth committed Sep 27, 2017
1 parent 5ddda43 commit 8ca0a7f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,18 @@ addopts =
--doctest-modules
--disable-pytest-warnings
--ignore=benchmarks/
--ignore=doc/
--ignore=examples/
--ignore=setup.py
--ignore=doc/conf.py
--ignore=doc/sphinxext/sphinx_issues.py
--ignore=doc/tutorial/machine_learning_map/
--ignore=doc/tutorial/text_analytics/skeletons/exercise_01_language_train_model.py
--ignore=doc/tutorial/text_analytics/solutions/exercise_01_language_train_model.py
# ignore packages that fail with py._path.local.LocalPath.ImportMismatchError
# (cf pytest-dev/pytest#2042)
--ignore=doc/tutorial/text_analytics/data/movie_reviews/fetch_data.py
--ignore=doc/tutorial/text_analytics/data/twenty_newsgroups/fetch_data.py
--ignore=doc/tutorial/text_analytics/solutions/exercise_02_sentiment.py

[wheelhouse_uploader]
artifact_indexes=
Expand Down

0 comments on commit 8ca0a7f

Please sign in to comment.