summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/cython/files/cython-0.20.1-backport-test-fix.patch')
-rw-r--r--dev-python/cython/files/cython-0.20.1-backport-test-fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/cython/files/cython-0.20.1-backport-test-fix.patch b/dev-python/cython/files/cython-0.20.1-backport-test-fix.patch
deleted file mode 100644
index 4700c7b928ab..000000000000
--- a/dev-python/cython/files/cython-0.20.1-backport-test-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Cython/Debugger/Tests/TestLibCython.py b/Cython/Debugger/Tests/TestLibCython.py
-index 142c665..2f91096 100644
---- a/Cython/Debugger/Tests/TestLibCython.py
-+++ b/Cython/Debugger/Tests/TestLibCython.py
-@@ -124,6 +123,7 @@ def setUp(self):
- workdir=self.tempdir,
- # we clean up everything (not only compiled files)
- cleanup_workdir=False,
-+ tags=runtests.parse_tags(codefile),
- **opts
- )
-
-