diff options
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/py-shapely/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): |