You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/cython/files/cython-0.20.1-backport-test...

14 lines
492 B

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
)