summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/py-cython/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-cython/package.py b/var/spack/repos/builtin/packages/py-cython/package.py
index b348d561e2..c75e151c1a 100644
--- a/var/spack/repos/builtin/packages/py-cython/package.py
+++ b/var/spack/repos/builtin/packages/py-cython/package.py
@@ -43,4 +43,4 @@ class PyCython(PythonPackage):
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))