Skip to content

Commit

Permalink
Trac #19085: Remove test for scons from sage/tests/cmdline.py
Browse files Browse the repository at this point in the history
scons is now an optional package only pulled by `polybori` once
`polybori` is replaced by `brial` in #18437 new sage install won't have
`scons` installed and doctest for `scons` functionality will fail.

This ticket remove the tests for `scons` which should have been removed
when it was made optional.

URL: http://trac.sagemath.org/19085
Reported by: fbissey
Ticket author(s): François Bissey
Reviewer(s): Jeroen Demeyer
  • Loading branch information
Release Manager authored and vbraun committed Aug 26, 2015
2 parents fbbaf32 + 2ccc4fe commit 945b1e4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/sage/tests/cmdline.py
Expand Up @@ -37,7 +37,6 @@
--root
--rst2txt
--rst2sws
--scons
--sh
--singular
--sqlite3
Expand Down Expand Up @@ -574,14 +573,6 @@ def test_executable(args, input="", timeout=100.0, **kwds):
sage: ret
0
sage: (out, err, ret) = test_executable(["sage", "--scons", "--version"])
sage: out.find("SCons") >= 0
True
sage: err
''
sage: ret
0
sage: (out, err, ret) = test_executable(["sage", "--sqlite3", "--version"])
sage: out.startswith("3.")
True
Expand Down

0 comments on commit 945b1e4

Please sign in to comment.