summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pytest-parallel/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pytest-parallel/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pytest-parallel/package.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/py-pytest-parallel/package.py b/var/spack/repos/builtin/packages/py-pytest-parallel/package.py
index 5fbf659c92..4d1c84822f 100644
--- a/var/spack/repos/builtin/packages/py-pytest-parallel/package.py
+++ b/var/spack/repos/builtin/packages/py-pytest-parallel/package.py
@@ -10,11 +10,11 @@ class PyPytestParallel(PythonPackage):
"""A pytest plugin for parallel and concurrent testing."""
homepage = "https://github.com/browsertron/pytest-parallel"
- pypi = "pytest-parallel/pytest-parallel-0.1.1.tar.gz"
+ pypi = "pytest-parallel/pytest-parallel-0.1.1.tar.gz"
- version('0.1.1', sha256='9aac3fc199a168c0a8559b60249d9eb254de7af58c12cee0310b54d4affdbfab')
+ version("0.1.1", sha256="9aac3fc199a168c0a8559b60249d9eb254de7af58c12cee0310b54d4affdbfab")
- depends_on('python@3.7:', type=('build', 'run'))
- depends_on('py-setuptools', type='build')
- depends_on('py-pytest@3.0:', type=('build', 'run'))
- depends_on('py-tblib', type=('build', 'run'))
+ depends_on("python@3.7:", type=("build", "run"))
+ depends_on("py-setuptools", type="build")
+ depends_on("py-pytest@3.0:", type=("build", "run"))
+ depends_on("py-tblib", type=("build", "run"))