File tree 1 file changed +10
-1
lines changed 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,18 @@ addopts =
29
29
--doctest-modules
30
30
--disable-pytest-warnings
31
31
--ignore =benchmarks/
32
- --ignore =doc/
33
32
--ignore =examples/
34
33
--ignore =setup.py
34
+ --ignore =doc/conf.py
35
+ --ignore =doc/sphinxext/sphinx_issues.py
36
+ --ignore =doc/tutorial/machine_learning_map/
37
+ --ignore =doc/tutorial/text_analytics/skeletons/exercise_01_language_train_model.py
38
+ --ignore =doc/tutorial/text_analytics/solutions/exercise_01_language_train_model.py
39
+ # ignore packages that fail with py._path.local.LocalPath.ImportMismatchError
40
+ # (cf pytest-dev/pytest#2042)
41
+ --ignore =doc/tutorial/text_analytics/data/movie_reviews/fetch_data.py
42
+ --ignore =doc/tutorial/text_analytics/data/twenty_newsgroups/fetch_data.py
43
+ --ignore =doc/tutorial/text_analytics/solutions/exercise_02_sentiment.py
35
44
36
45
[wheelhouse_uploader]
37
46
artifact_indexes =
You can’t perform that action at this time.
0 commit comments