Skip to content

Commit

Permalink
Mark plot_stock_market.py as expected to fail (scikit-learn#10872)
Browse files Browse the repository at this point in the history
until we figure out an alternative datasource to Google finance.
  • Loading branch information
lesteve authored Mar 26, 2018
1 parent ff3230c commit 9752398
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,9 @@
'doc_module': 'sklearn',
'backreferences_dir': os.path.join('modules', 'generated'),
'reference_url': {
'sklearn': None}
'sklearn': None},
'expected_failing_examples':
['../examples/applications/plot_stock_market.py'],
}


Expand Down

0 comments on commit 9752398

Please sign in to comment.