Closed seblabbe closed 6 years ago
Description changed:
---
+++
@@ -8,7 +8,6 @@
Running doctests with ID 2018-05-30-22-48-41-52141b2a. -Git branch: 25305 Using --optional=internet,sage Doctesting 1 file. sage -t --warn-long 82.6 src/sage/finance/stock.py
Updated framabin link to include only failures related to finance/stock.py
file
It seems the "Yahoo! Finance" service which allowed to get csv files was disabled in May 2017. I don't see any replacement.
The module Stock
is completely broken. We could just delete it. For now, I suggest to add the #known bug
tag to broken optional internet doctests.
Other motivated people could eventually open another ticket to fix the code or deprecate/delete the code.
Meanwhile, let's stop this file from creating noise when running doctests.
New commits:
268d9be | 25473: (stock.py) adding known bug tag to broken optional doctests |
Author: Sébastien Labbé
Branch: u/slabbe/25473
Reviewer: Frédéric Chapoton
ok. I would vote for the complete removal.
Changed branch from u/slabbe/25473 to 268d9be
Description changed:
---
+++
@@ -75,3 +75,10 @@
Full log on framabin against 8.5.beta0. + +This ticket marks the tests as "known bug". + +Related tickets: + +- #25425: finance.Stock -- obtaining stock prices from Google is completely broken now +- #26754: Remove or replace calls to Yahoo! Finance in sage/finance/stock.py
As reported on sage-release 8.3.beta3,
gives
Full log on framabin against 8.5.beta0.
This ticket marks the tests as "known bug".
Related tickets:
25425: finance.Stock -- obtaining stock prices from Google is completely broken now
26754: Remove or replace calls to Yahoo! Finance in sage/finance/stock.py
Component: finance
Author: Sébastien Labbé
Branch:
268d9be
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/25473