summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/repo.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-09-29Test package detection in a systematic way (#18175)Massimiliano Culpo1-0/+12
2023-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-6/+6
2023-07-17Lock, database and store don't need global configuration on construction (#33...Massimiliano Culpo1-4/+18
2023-05-10Stand-alone testing: make recipe support and processing spack-/pytest-like (#...Tamara Dahlgren1-0/+15
2023-05-04Allow choosing the name of the packages subdirectory in repositories (#36643)Greg Becker1-8/+10
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-14Remove support for running with Python 2.7 (#33063)Massimiliano Culpo1-4/+0
2022-10-26Allow for packages with multiple build-systems (#30738)Massimiliano Culpo1-2/+2
2022-10-11Refactor a few classes related to package repositories (#32273)Massimiliano Culpo1-0/+13
2022-09-01Port package sanity unit tests to audits (#32405)Massimiliano Culpo1-0/+20
2022-07-31black: reformat entire repository with blackTodd Gamblin1-34/+35
2022-07-12`spack.repo.get()` can only be called on concrete specs (#31411)Massimiliano Culpo1-12/+7
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-5/+6
2022-05-17Mark test_repo_last_mtime xfail on Python < 3.5 (#30696)Massimiliano Culpo1-1/+4
2022-04-07Use the non-deprecated `MetaPathFinder` interface (#29745)Massimiliano Culpo1-0/+23
2022-03-04Fix importing Spack packages as Python modules (#29221)Massimiliano Culpo1-0/+12
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-01Fix caching of spack.repo.all_package_names() (#26991)Massimiliano Culpo1-0/+6
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-1/+2
2021-01-04ci: fix issue with latest sphinx (#20661)Massimiliano Culpo1-0/+12
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-05-29repo: fix construction of UnknownPackageError (#16865)Sergey Kosukhin1-0/+5
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-12-30tests: refactor tests to avoid persistent global stateTodd Gamblin1-24/+16
2019-08-23Skip invisible non-packages in package directory. (#12467)Seth R. Johnson1-0/+6
2019-05-26commands: add --update option to `spack list`Todd Gamblin1-0/+8
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-07-19style: make core comply with pep8-namingTodd Gamblin1-2/+2
2018-05-17init: move spack.repo global variable into its own moduleTodd Gamblin1-5/+5
2018-05-17init: factor paths out of spack/__init__.py and into spack.paths moduleTodd Gamblin1-3/+4
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-25Check for namespace-qualified packages in repo_for_pkg (#5787)scheibelp1-0/+76