summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/module_parsing.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-11-29Refactor a test to not use the "working_env" fixture (#41308)Massimiliano Culpo1-10/+7
2023-08-16Add new custom markers to unit tests (#33862)Massimiliano Culpo1-2/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-52/+57
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-4/+4
2022-03-17Update tests support for WindowsBetsy McPhail1-0/+5
2022-03-11module_cmd.py: use posix awk; fix stderr redirection (#29440)Harmen Stoppels1-8/+5
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-4/+5
2021-05-20Cray: fix extracting paths from module files (#23472)Harmen Stoppels1-0/+6
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-08-10Update packages.yaml format and support configuration updatesMassimiliano Culpo1-6/+6
2020-03-31packages.yaml: allow virtuals to specify buildable: false (#14934)Greg Becker1-23/+7
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-09-11module parsing: make heuristic to get paths from modules more robust (#12693)Greg Becker1-9/+27
2019-05-09modules: use new `module` function instead of `get_module_cmd` (#8570)Greg Becker1-96/+52
2019-04-05Fix module_parsing test (#11087)Michael Kuhn1-0/+3
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-09-27Module path parsing: CRAY_LD_LIBRARY_PATH and PACKAGE_DIR (#9374)Peter Scheibel1-1/+13
2018-09-12Bug fix: module file path parsing (#9100)scheibelp1-6/+29
2018-07-19style: make core comply with pep8-namingTodd Gamblin1-3/+3
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-10-24remove wildcards from make spack core and packagesTodd Gamblin1-1/+5
2017-09-16Improve external package location detection algorithm. (#5145)Kelly (KT) Thompson1-1/+2
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-08-09bugfix for module_cmd (#5038)becker331-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-06-21Module cmd fix (#3250)becker331-0/+143