Skip to content

Commit

Permalink
py-non-regression-test-tools: add v1.1.6 & remove v1.1.2 (tag removed) (
Browse files Browse the repository at this point in the history
spack#47622)

* py-non-regression-test-tools: add v1.1.6  & remove v1.1.2 (tag removed)
* Update var/spack/repos/builtin/packages/py-non-regression-test-tools/package.py

Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>

---------

Co-authored-by: t. chantrait <teddy.chantrait@cea.fr>
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 19, 2024
1 parent 73316c3 commit 066666b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ class PyNonRegressionTestTools(PythonPackage):

version("develop", branch="develop")
version("main", branch="main")
version("1.1.6", tag="v1.1.6")
version("1.1.4", tag="v1.1.4")
version("1.1.2", tag="v1.1.2")

depends_on("py-numpy", type="run")
depends_on("python@3.10:", type="run")
depends_on("py-setuptools@69.2.0:", type="build")
depends_on("py-setuptools@61:", type="build")

0 comments on commit 066666b

Please sign in to comment.