spack/lib/spack
Todd Gamblin 6855512301
gc tests: replace find() with DB query (#41876)
Per https://github.com/spack/spack/pull/41731#discussion_r1434827924, This cleans up
the tests for `spack gc` by replacing

```python
assert <string> in find()
```

with the more precise

```python
assert mutable_database.query_local(<string>)
```
2023-12-28 08:52:19 +01:00
..
docs build(deps): bump mypy from 1.7.1 to 1.8.0 in /lib/spack/docs (#41821) 2023-12-24 06:59:21 -08:00
env cc: Ensure that user-specified flags take precedence over others (#37376) 2023-06-18 14:07:08 -07:00
external archspec: update to v0.2.2 (#40917) 2023-11-07 07:44:52 +01:00
llnl bootstrap: Don't catch Ctrl-C (#41449) 2023-12-06 14:58:14 +01:00
spack gc tests: replace find() with DB query (#41876) 2023-12-28 08:52:19 +01:00
spack_installable Consolidate definition of Spack's extra sys.path components (#41816) 2023-12-21 16:25:12 -08:00