Skip to content
Snippets Groups Projects
Commit 3a47a619 authored by Adam J. Stewart's avatar Adam J. Stewart Committed by Peter Scheibel
Browse files

py-cython package: fix --test (#12813)

Fix bug in string conversion of "make_jobs"
parent a3c6b07c
No related branches found
No related tags found
No related merge requests found
......@@ -43,4 +43,4 @@ def command(self):
def test(self):
# Warning: full suite of unit tests takes a very long time
python('runtests.py', '-j', make_jobs)
python('runtests.py', '-j', str(make_jobs))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment