Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CLN: remove nose fixtures in docs #10187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 22, 2017
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion doc/datasets/conftest.py → doc/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def pytest_runtest_setup(item):
setup_rcv1()
elif fname.endswith('datasets/twenty_newsgroups.rst'):
setup_twenty_newsgroups()
elif fname.endswith('datasets/working_with_text_data.rst'):
elif fname.endswith('tutorial/text_analytics/working_with_text_data.rst'):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm ... I am wondering why this actually worked before ...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh well, I guess the 20 newsgroup data was just downloaded on Travis.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep see https://travis-ci.org/scikit-learn/scikit-learn/jobs/305782018#L2491 where doc/tutorial/text_analytics/working_with_text_data.rst was run (. instead of s)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was also wondering that! :-)

setup_working_with_text_data()


Expand Down
15 changes: 0 additions & 15 deletions doc/datasets/labeled_faces_fixture.py

This file was deleted.

30 changes: 0 additions & 30 deletions doc/datasets/mldata_fixture.py

This file was deleted.

23 changes: 0 additions & 23 deletions doc/datasets/rcv1_fixture.py

This file was deleted.

16 changes: 0 additions & 16 deletions doc/datasets/twenty_newsgroups_fixture.py

This file was deleted.

15 changes: 0 additions & 15 deletions doc/tutorial/text_analytics/working_with_text_data_fixture.py

This file was deleted.