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

Fix bug in string conversion of "make_jobs"
This commit is contained in:
Adam J. Stewart 2019-09-13 21:15:06 -05:00 committed by Peter Scheibel
parent a3c6b07c96
commit 3a47a6196f

View file

@ -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))