summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2019-10-12 20:18:31 -0500
committerGitHub <noreply@github.com>2019-10-12 20:18:31 -0500
commitebfd06d24896877958637c0f89d926bf942701c4 (patch)
treed756d9e85b1cf015c27d8eecc505bf198d10b13a /var
parent328583decceda16b73d0c278a398a1cc632f3ce3 (diff)
downloadspack-ebfd06d24896877958637c0f89d926bf942701c4.tar.gz
spack-ebfd06d24896877958637c0f89d926bf942701c4.tar.bz2
spack-ebfd06d24896877958637c0f89d926bf942701c4.tar.xz
spack-ebfd06d24896877958637c0f89d926bf942701c4.zip
Add py-pytest 5.2.1 (#13181)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-pytest/package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-pytest/package.py b/var/spack/repos/builtin/packages/py-pytest/package.py
index 88855880c0..23c1877400 100644
--- a/var/spack/repos/builtin/packages/py-pytest/package.py
+++ b/var/spack/repos/builtin/packages/py-pytest/package.py
@@ -10,10 +10,11 @@ class PyPytest(PythonPackage):
"""pytest: simple powerful testing with Python."""
homepage = "http://pytest.org/"
- url = "https://pypi.io/packages/source/p/pytest/pytest-5.1.1.tar.gz"
+ url = "https://pypi.io/packages/source/p/pytest/pytest-5.2.1.tar.gz"
import_modules = ['pytest']
+ version('5.2.1', sha256='ca563435f4941d0cb34767301c27bc65c510cb82e90b9ecf9cb52dc2c63caaa0')
version('5.1.1', sha256='c3d5020755f70c82eceda3feaf556af9a341334414a8eca521a18f463bcead88')
version('4.6.5', sha256='8fc39199bdda3d9d025d3b1f4eb99a192c20828030ea7c9a0d2840721de7d347')
version('4.3.0', sha256='067a1d4bf827ffdd56ad21bd46674703fce77c5957f6c1eef731f6146bfcef1c')
@@ -35,7 +36,7 @@ class PyPytest(PythonPackage):
depends_on('py-setuptools@30.3:', when='@3.9.0:3.9.1', type=('build', 'run'))
depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-setuptools-scm', when='@3.1:', type='build')
- depends_on('py-py@1.5.0:', type=('build', 'run'))
+ depends_on('py-py@1.5.0:', when='@3.3:', type=('build', 'run'))
depends_on('py-py@1.4.33:', when='@3.1.2:3.2.3,3.2.5:3.2.999', type=('build', 'run'))
depends_on('py-py@1.4.33:1.4.999', when='@3.2.4', type=('build', 'run'))
depends_on('py-py@1.4.29:', when='@:3.1.1', type=('build', 'run'))