From 8ba6e7eed20faacf77314f3532316f6081b1e9cf Mon Sep 17 00:00:00 2001 From: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:58:00 -0700 Subject: Bugfix: allow test_* build-time and stand-alone tests (#45699) --- var/spack/repos/builtin/packages/py-shapely/package.py | 1 + 1 file changed, 1 insertion(+) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-shapely/package.py b/var/spack/repos/builtin/packages/py-shapely/package.py index 33c75a934e..f00f24170e 100644 --- a/var/spack/repos/builtin/packages/py-shapely/package.py +++ b/var/spack/repos/builtin/packages/py-shapely/package.py @@ -101,6 +101,7 @@ class PyShapely(PythonPackage): @run_after("install") @on_package_attributes(run_tests=True) def test_install(self): + """Run pytest tests""" # https://shapely.readthedocs.io/en/latest/installation.html#testing-shapely if self.version >= Version("2"): with working_dir("spack-test", create=True): -- cgit v1.2.3-70-g09d2