-
-
Notifications
You must be signed in to change notification settings - Fork 519
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
Fix bug due to a call to SSLContext() in src/sage/graphs/isgci.py #34211
Comments
Branch: public/graphs/34211_bug_in_isgci |
Commit: |
comment:2
On the way, I found a new bug: If I do
|
comment:3
Do you know how to clear the cache / database ? |
comment:4
It seems that we have to update file |
comment:6
isn't it updateable with |
comment:7
Yes it is, but I'm not sure if I should push an updated version of the database + corrected doctests in this ticket, or if there is another way to store a version of the database. I don't know where the default file that we have in |
comment:8
if you read the code you'll see it's downloaded, it's not stored anywhere in Sage git tree. |
comment:9
many of these doctests are too verbose, replacing most of them with |
comment:11
I have reduced the verbosity of some doctests. |
comment:12
and we have green bot. |
Reviewer: Dima Pasechnik |
comment:13
lgtm |
comment:14
should we actually turn these untested tests into optional (internet) tests? This would improve chances to timely catch upstream changes. |
comment:16
Should I just changed to |
comment:17
IMHO |
comment:19
done |
Changed dependencies from #34079 to none |
comment:20
ok |
Changed branch from public/graphs/34211_bug_in_isgci to |
comment:22
see #34612 for a follow-up ticket fixing a doctest failure |
Changed commit from |
This bug was fixed in #33771, replacing the call to
SSLContext()
insrc/sage/graphs/isgci.py
with a call todefault_context()
, but this changes has been reverted in #33829.Dependency on #34079 since it modifies this file.
CC: @fchapoton @dimpase @seblabbe
Component: graph theory
Author: David Coudert
Branch:
2302af6
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/34211
The text was updated successfully, but these errors were encountered: