summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/conftest.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-26`spack gc`: add options for environments and build dependencies (#41731)Todd Gamblin1-6/+6
2023-12-21Compilers can inject first order rules into the solverMassimiliano Culpo1-5/+1
2023-12-21gcc-runtime: add separate package for gcc runtime libsHarmen Stoppels1-0/+5
2023-12-20`spack buildcache push --tag`: create container image with multiple roots (#4...Harmen Stoppels1-11/+12
2023-12-19"spack diff": add ignore option for dependencies (#41711)Peter Scheibel1-0/+21
2023-11-30tests: fix side effects of default_config fixture (#41361)Harmen Stoppels1-1/+1
2023-11-29Refactor a test to not use the "working_env" fixture (#41308)Massimiliano Culpo1-3/+0
2023-11-29Simplify _create_mock_configuration_scopes (#41318)Harmen Stoppels1-6/+6
2023-11-14modules: unit-tests without polluted user scope (#41041)Massimiliano Culpo1-0/+12
2023-10-30binary_distribution.py: fix type annotation singleton (#40572)Harmen Stoppels1-3/+3
2023-10-27OCI buildcache (#38358)Harmen Stoppels1-0/+19
2023-09-29Cray manifest: compiler handling fixes (#40061)Peter Scheibel1-11/+0
2023-09-19Use process pool executors for web-crawling and retrieving archives (#39888)Massimiliano Culpo1-2/+2
2023-08-25Windows symlinking support (#38599)James Smillie1-1/+3
2023-08-16Add new custom markers to unit tests (#33862)Massimiliano Culpo1-0/+17
2023-08-15spack.caches: uppercase global variables (#39428)Massimiliano Culpo1-3/+4
2023-08-15spack.config: use all caps for globals (#39424)Harmen Stoppels1-2/+2
2023-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-2/+2
2023-08-07Extract prefix locks and failure markers from Database (#39024)Massimiliano Culpo1-10/+3
2023-07-19Fetch & patch: actually acquire stage lock, and many more issues (#38903)Harmen Stoppels1-5/+4
2023-07-19llnl.util.lock: add type-hints (#38977)Massimiliano Culpo1-3/+3
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-2/+2
2023-07-17Lock, database and store don't need global configuration on construction (#33...Massimiliano Culpo1-8/+17
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-7/+7
2023-06-27Windows: Add PowerShell env support (#37951)John W. Parent1-0/+18
2023-06-27Revert "Updates to symlinking for Windows (#34701)" (#38578)Harmen Stoppels1-3/+1
2023-06-26Updates to symlinking for Windows (#34701)David Alexander1-1/+3
2023-06-08Fix compiler removal from command line (#38057)Massimiliano Culpo1-9/+8
2023-05-08Add a "requires" directive, extend functionality of package requirements (#36...Massimiliano Culpo1-1/+1
2023-05-05Improve version, version range, and version list syntax and behavior (#36273)Harmen Stoppels1-4/+4
2023-03-08Split `satisfies(..., strict=True/False)` into two functions (#35681)Massimiliano Culpo1-1/+3
2023-03-05windows: use `sys.platform == "win32"` instead of `is_windows` (#35640)Todd Gamblin1-7/+5
2023-02-22Allow users to specify root env dir (#32836)psakievich1-5/+5
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-20/+4
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-12-28Consolidate how Spack uses `git` (#34700)Todd Gamblin1-10/+23
2022-12-13Use file paths/urls correctly (#34452)Harmen Stoppels1-5/+6
2022-12-09Windows: reenable unit tests (#33385)John W. Parent1-0/+11
2022-11-25Track locks by (dev, ino); close file handlers between tests (#34122)Harmen Stoppels1-2/+14
2022-11-22cmd/checksum: allow adding new versions to package (#24532)Michael Kuhn1-0/+24
2022-11-11Speed-up unit tests by caching default mock concretization (#33755)Massimiliano Culpo1-0/+24
2022-11-05Fix relocation to avoid overwriting merged constant strings (#32253)Tom Scogland1-3/+13
2022-11-04demote warning for no source id to debug message (#33657)Greg Becker1-0/+10
2022-11-01Unit tests: make unit tests work for aarch64 machines (#33625)Greg Becker1-1/+8
2022-11-01Add elf parsing utility function (#33628)Harmen Stoppels1-0/+36
2022-10-11Refactor a few classes related to package repositories (#32273)Massimiliano Culpo1-2/+22
2022-10-04`find`/`list`: display package counts last (#32946)Todd Gamblin1-0/+5
2022-09-28Windows: Support for Clingo and dependencies (#30690)John W. Parent1-2/+1
2022-09-13Windows rpath support (#31930)John W. Parent1-3/+3