py-cython package: fix --test (#12813)
Fix bug in string conversion of "make_jobs"
This commit is contained in:
parent
a3c6b07c96
commit
3a47a6196f
1 changed files with 1 additions and 1 deletions
|
@ -43,4 +43,4 @@ def command(self):
|
||||||
|
|
||||||
def test(self):
|
def test(self):
|
||||||
# Warning: full suite of unit tests takes a very long time
|
# Warning: full suite of unit tests takes a very long time
|
||||||
python('runtests.py', '-j', make_jobs)
|
python('runtests.py', '-j', str(make_jobs))
|
||||||
|
|
Loading…
Reference in a new issue