Ticket #12583 (new defect)
Opened 15 months ago
doctest fails when optional package gmpy-1.0.1 is installed
| Reported by: | dkrenn | Owned by: | tbd |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-5.10 |
| Component: | packages: optional | Keywords: | gmpy, optional package, doctest fail |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
When gmpy-1.0.1 is installed as optional package, then doctest
sage -t devel/sage/sage/calculus/test_sympy.py
fails with
Expected nothing
Got:
doctest:135: UserWarning: gmpy version is too old to use (1.03 or newer required)
Note: See
TracTickets for help on using
tickets.
