[sagemath] 10/13: Remove changes to tests in cython.py that are not required anymore after removing d0-cython-sys-path.patch.

Tobias Hansen thansen at moszumanska.debian.org
Sun Oct 15 19:18:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository sagemath.

commit b58f4d2a9f1e82c724d0ce93db9f1861c4dee7a3
Author: Tobias Hansen <thansen at debian.org>
Date:   Sun Oct 15 15:06:16 2017 +0000

    Remove changes to tests in cython.py that are not required anymore after removing d0-cython-sys-path.patch.
---
 debian/patches/u2-fix-trivial-test-cases.patch | 43 --------------------------
 1 file changed, 43 deletions(-)

diff --git a/debian/patches/u2-fix-trivial-test-cases.patch b/debian/patches/u2-fix-trivial-test-cases.patch
index fd84d1b..2878374 100644
--- a/debian/patches/u2-fix-trivial-test-cases.patch
+++ b/debian/patches/u2-fix-trivial-test-cases.patch
@@ -68,49 +68,6 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
              ...
              ZeroDivisionError: rational division by zero
              sage: rc is None
---- a/sage/src/sage/misc/cython.py
-+++ b/sage/src/sage/misc/cython.py
-@@ -207,14 +207,15 @@
-         'm',
-         'ec',
-         'gsl',
--        ...,
-+        ...
-         'ntl'],
-         ['.../include',
-         '.../include/python...',
-         '.../python.../numpy/core/include',
--        '...',
-+        ...
-         '.../sage/ext',
--        '.../cysignals'],
-+        ...
-+        '.../cysignals'...],
-         'c',
-         [], ['-w', '-O2'],...)
-         sage: s, libs, inc, lang, f, args, libdirs = pyx_preparse("# clang c++\n #clib foo\n # cinclude bar\n")
-@@ -229,7 +230,7 @@
-         'm',
-         'ec',
-         'gsl',
--        ...,
-+        ...
-         'ntl']
-         sage: libs[1:] == sage.misc.cython.standard_libs
-         True
-@@ -239,9 +240,10 @@
-         '.../include',
-         '.../include/python...',
-         '.../python.../numpy/core/include',
--        '...',
-+        ...
-         '.../sage/ext',
--        '.../cysignals']
-+        ...
-+        '.../cysignals'...]
- 
-         sage: s, libs, inc, lang, f, args, libdirs = pyx_preparse("# cargs -O3 -ggdb\n")
-         sage: args
 --- a/sage/src/sage/interfaces/tachyon.py
 +++ b/sage/src/sage/interfaces/tachyon.py
 @@ -170,7 +170,8 @@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git



More information about the debian-science-commits mailing list