File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# After this, to test interactively:
6
6
#
7
- # pkgs/sagemath-categories/.tox/sagepython-sagewheels-nopypi-norequirements/bin/sage
7
+ # pkgs/sagemath-categories/.tox/sagepython-sagewheels-nopypi-norequirements/bin/sage
8
8
#
9
9
[tox]
10
10
envlist =
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ def installed_packages(exclude_pip=True):
391
391
the Sage distribution (indicated by feature ``sage_spkg``), we should have
392
392
the installation record for this package. (We do not test for installation
393
393
records of Python packages. Our ``SAGE_VENV`` is not necessarily the
394
- main Sage venv; it could be a user-created venv or a venv created by tox.)
394
+ main Sage venv; it could be a user-created venv or a venv created by tox.)::
395
395
396
396
sage: sorted(installed_packages().keys()) # optional - sage_spkg
397
397
[...'conway_polynomials', ...]
You can’t perform that action at this time.
0 commit comments