gentoo-overlay/dev-python/cython/files/cython-0.20.1-backport-test-fix.patch

13 lines
492 B
Diff

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
)