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 2785836
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,22 @@ ignore-files=^setup\.py$
# rewrite tests using yield with parametrize
addopts =
--doctest-modules
--doctest-glob='*.rst'
--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/data/languages/fetch_data.py
--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 2785836

Please sign in to comment.