spack.concretize: add type-hints, remove kwargs (#47382)

Also remove find_spec, which was used by the old concretizer.
Currently, it seems to be used only in tests.
This commit is contained in:
Massimiliano Culpo
2024-11-05 07:46:49 +01:00
committed by GitHub
parent e42e541605
commit 14bc900e9d
5 changed files with 50 additions and 122 deletions

View File

@@ -214,6 +214,7 @@ def setup(sphinx):
# Spack classes that intersphinx is unable to resolve
("py:class", "spack.version.StandardVersion"),
("py:class", "spack.spec.DependencySpec"),
("py:class", "spack.spec.ArchSpec"),
("py:class", "spack.spec.InstallStatus"),
("py:class", "spack.spec.SpecfileReaderBase"),
("py:class", "spack.install_test.Pb"),