summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2023-03-27 02:56:50 -0500
committerGitHub <noreply@github.com>2023-03-27 09:56:50 +0200
commit227d19ef02ef0860440db9468a8a6d92a1b6b569 (patch)
tree626788d7e638fbc19d891661571c217b49487197
parent760042218346a034341badadf60494187f32e809 (diff)
downloadspack-227d19ef02ef0860440db9468a8a6d92a1b6b569.tar.gz
spack-227d19ef02ef0860440db9468a8a6d92a1b6b569.tar.bz2
spack-227d19ef02ef0860440db9468a8a6d92a1b6b569.tar.xz
spack-227d19ef02ef0860440db9468a8a6d92a1b6b569.zip
py-pytest-cov: add v4.0.0 (#36447)
-rw-r--r--var/spack/repos/builtin/packages/py-pytest-cov/package.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/py-pytest-cov/package.py b/var/spack/repos/builtin/packages/py-pytest-cov/package.py
index 7d0166c02b..486e425a18 100644
--- a/var/spack/repos/builtin/packages/py-pytest-cov/package.py
+++ b/var/spack/repos/builtin/packages/py-pytest-cov/package.py
@@ -12,14 +12,13 @@ class PyPytestCov(PythonPackage):
homepage = "https://github.com/pytest-dev/pytest-cov"
pypi = "pytest-cov/pytest-cov-2.8.1.tar.gz"
+ version("4.0.0", sha256="996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470")
version("3.0.0", sha256="e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470")
version("2.8.1", sha256="cc6742d8bac45070217169f5f72ceee1e0e55b0221f54bcf24845972d3a47f2b")
version("2.3.1", sha256="fa0a212283cdf52e2eecc24dd6459bb7687cc29adb60cb84258fab73be8dda0f")
- depends_on("python@2.7:2.8,3.4:", type=("build", "run"))
- depends_on("python@3.6:", type=("build", "run"), when="@3.0.0:")
depends_on("py-setuptools", type="build")
+ depends_on("py-pytest@4.6:", when="@3:", type=("build", "run"))
depends_on("py-pytest@3.6:", type=("build", "run"))
- depends_on("py-pytest@4.6:", type=("build", "run"), when="@3.0.0:")
+ depends_on("py-coverage@5.2.1: +toml", when="@3:", type=("build", "run"))
depends_on("py-coverage@4.4:", type=("build", "run"))
- depends_on("py-coverage@5.2.1: +toml", type=("build", "run"), when="@3.0.0:")