spack/lib/spack/spack/test
Massimiliano Culpo 25beeef865
Environment: separate parsing concerns from SpecList (#49973)
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2025-04-14 11:22:13 +02:00
..
cmd buildcache: Remove deprecated commands and arguments (#49999) 2025-04-10 09:42:01 +02:00
compilers Do not error when trying to convert corrupted compiler entries (#49759) 2025-03-28 13:14:12 -06:00
concretization solver: encode % as "build requirement", not as "dependency" (#50011) 2025-04-11 11:09:21 -07:00
container import os.path -> os (#48709) 2025-01-28 09:45:43 +01:00
data ci: Skip removed packages during automatic checksum verification (#49681) 2025-03-26 16:47:11 -07:00
hooks Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
llnl Turn compilers into nodes (#45189) 2025-03-25 22:32:49 -06:00
modules Turn compilers into nodes (#45189) 2025-03-25 22:32:49 -06:00
oci Turn compilers into nodes (#45189) 2025-03-25 22:32:49 -06:00
util ci: Skip removed packages during automatic checksum verification (#49681) 2025-03-26 16:47:11 -07:00
__init__.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
architecture.py Turn compilers into nodes (#45189) 2025-03-25 22:32:49 -06:00
audit.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
bindist.py Turn compilers into nodes (#45189) 2025-03-25 22:32:49 -06:00
bootstrap.py Turn compilers into nodes (#45189) 2025-03-25 22:32:49 -06:00
build_distribution.py import os.path -> os (#48709) 2025-01-28 09:45:43 +01:00
build_environment.py spack test run: add a --timeout argument (#49839) 2025-04-04 15:48:48 -07:00
build_system_guess.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
build_systems.py Add typehints for directory_layout / Spec.prefix (#48652) 2025-02-24 09:47:07 +00:00
builder.py import os.path -> os (#48709) 2025-01-28 09:45:43 +01:00
buildrequest.py Deprecate Spec.concretize/Spec.concretized in favor of spack.concretize.concretize_one (#47971) 2025-01-15 10:13:19 +01:00
buildtask.py Deprecate Spec.concretize/Spec.concretized in favor of spack.concretize.concretize_one (#47971) 2025-01-15 10:13:19 +01:00
cache_fetch.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
cc.py Turn compilers into nodes (#45189) 2025-03-25 22:32:49 -06:00
ci.py ci: Skip removed packages during automatic checksum verification (#49681) 2025-03-26 16:47:11 -07:00
cmd_extensions.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
config_values.py Deprecate Spec.concretize/Spec.concretized in favor of spack.concretize.concretize_one (#47971) 2025-01-15 10:13:19 +01:00
config.py Turn compilers into nodes (#45189) 2025-03-25 22:32:49 -06:00
conftest.py ci: Skip removed packages during automatic checksum verification (#49681) 2025-03-26 16:47:11 -07:00
cray_manifest.py Turn compilers into nodes (#45189) 2025-03-25 22:32:49 -06:00
cvs_fetch.py Deprecate Spec.concretize/Spec.concretized in favor of spack.concretize.concretize_one (#47971) 2025-01-15 10:13:19 +01:00
database.py Turn compilers into nodes (#45189) 2025-03-25 22:32:49 -06:00
detection.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
directives.py fix extendee_spec for transitive dependencies on potential extendees (#48025) 2025-03-21 08:27:51 -07:00
directory_layout.py Turn compilers into nodes (#45189) 2025-03-25 22:32:49 -06:00
entry_points.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
env.py Environment: separate parsing concerns from SpecList (#49973) 2025-04-14 11:22:13 +02:00
environment_modifications.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
fetch_strategy.py fetch_strategy.py: show progress (#50003) 2025-04-11 12:39:42 -07:00
flag_handlers.py Deprecate Spec.concretize/Spec.concretized in favor of spack.concretize.concretize_one (#47971) 2025-01-15 10:13:19 +01:00
gcs_fetch.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
git_fetch.py Deprecate Spec.concretize/Spec.concretized in favor of spack.concretize.concretize_one (#47971) 2025-01-15 10:13:19 +01:00
graph.py Turn compilers into nodes (#45189) 2025-03-25 22:32:49 -06:00
hg_fetch.py Deprecate Spec.concretize/Spec.concretized in favor of spack.concretize.concretize_one (#47971) 2025-01-15 10:13:19 +01:00
install.py Move from python2 compliant IOError and EnvironmentError to python3-only OSError (#48764) 2025-01-30 09:32:57 -08:00
installer.py Turn compilers into nodes (#45189) 2025-03-25 22:32:49 -06:00
link_paths.py Turn compilers into nodes (#45189) 2025-03-25 22:32:49 -06:00
main.py Support independent includes with conditional, optional, and remote entries (#48784) 2025-03-09 19:33:44 -07:00
make_executable.py Deprecate make, gmake and ninja globals in package API (#48450) 2025-01-11 22:43:22 +01:00
mirror.py Deprecate Spec.concretize/Spec.concretized in favor of spack.concretize.concretize_one (#47971) 2025-01-15 10:13:19 +01:00
module_parsing.py Improve support using external modules with zsh (#48115) 2025-01-14 21:29:15 -07:00
multimethod.py Turn compilers into nodes (#45189) 2025-03-25 22:32:49 -06:00
namespace_trie.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
optional_deps.py Move %compiler last in static spec strings (#49438) 2025-03-12 19:41:43 +01:00
package_class.py solver: don't use tags to compute injected deps (#49723) 2025-04-02 09:32:25 +02:00
packages.py Turn compilers into nodes (#45189) 2025-03-25 22:32:49 -06:00
packaging.py relocate.py, binary_distribution.py: cleanup (#48651) 2025-01-21 15:45:08 +01:00
patch.py Deprecate Spec.concretize/Spec.concretized in favor of spack.concretize.concretize_one (#47971) 2025-01-15 10:13:19 +01:00
pattern.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
permissions.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
projections.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
provider_index.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
relocate_text.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
relocate.py binary_distribution: stop relocating tarballs with relative rpaths (#48488) 2025-01-10 11:30:18 +01:00
repo.py Define Package API version (#49274) 2025-03-05 15:42:48 +01:00
reporters.py Remove unused values (#48795) 2025-01-31 08:21:44 +01:00
rewiring.py Remove debug print statements in unit-tests (#49280) 2025-03-04 18:29:45 +01:00
s3_fetch.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
sbang.py Remove unused values (#48795) 2025-01-31 08:21:44 +01:00
schema.py Support independent includes with conditional, optional, and remote entries (#48784) 2025-03-09 19:33:44 -07:00
spack_yaml.py spec.py: make hashing of extra_attributes order independent (#48615) 2025-01-17 13:50:36 +01:00
spec_dag.py Turn compilers into nodes (#45189) 2025-03-25 22:32:49 -06:00
spec_list.py Environment: separate parsing concerns from SpecList (#49973) 2025-04-14 11:22:13 +02:00
spec_semantics.py Concrete multi-valued variants (#49756) 2025-04-04 04:47:43 +00:00
spec_syntax.py Concrete multi-valued variants (#49756) 2025-04-04 04:47:43 +00:00
spec_yaml.py Turn compilers into nodes (#45189) 2025-03-25 22:32:49 -06:00
stage.py Remove unused values (#48795) 2025-01-31 08:21:44 +01:00
svn_fetch.py Deprecate Spec.concretize/Spec.concretized in favor of spack.concretize.concretize_one (#47971) 2025-01-15 10:13:19 +01:00
tag.py Turn compilers into nodes (#45189) 2025-03-25 22:32:49 -06:00
tengine.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
test_suite.py Deprecate Spec.concretize/Spec.concretized in favor of spack.concretize.concretize_one (#47971) 2025-01-15 10:13:19 +01:00
traverse.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
url_fetch.py config:url_fetch_method: allow curl args (#49712) 2025-04-01 15:23:28 -05:00
url_parse.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
url_substitution.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00
utilities.py apply black v25.1.0 (#49076) 2025-02-17 11:42:12 +01:00
variant.py test/variant.py: fix broken test (#49879) 2025-04-04 11:13:50 +02:00
verification.py Add typehints for directory_layout / Spec.prefix (#48652) 2025-02-24 09:47:07 +00:00
versions.py Deprecate Spec.concretize/Spec.concretized in favor of spack.concretize.concretize_one (#47971) 2025-01-15 10:13:19 +01:00
views.py Add typehints for directory_layout / Spec.prefix (#48652) 2025-02-24 09:47:07 +00:00
web.py Remove years from license headers (#48352) 2025-01-02 15:40:28 +01:00