First time here? Check out the FAQ!
answered 2020-07-02 01:38:01 +0100
This is apparently a Python issue, not a Sage issue. Try
PYTHONWARNINGS=always sage deprecation.sage
from a shell prompt. See https://docs.python.org/3/library/warnings.html#default-warning-filter, also.