diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-28 13:24:27 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-28 13:24:27 -0400 |
| commit | 87840f958af165e0d8ac65446c3d9a3a5266902e (patch) | |
| tree | bfb730a593dbb17c607038717f4758bce65827f3 /tests/data/generic_based_on.yml | |
| parent | 36f3a828dd068c50b84815a02ad66e6616c8fdaf (diff) | |
| download | stasis-87840f958af165e0d8ac65446c3d9a3a5266902e.tar.gz | |
Add rt_generic_based_on.sh
* Tests the "based_on" key
Diffstat (limited to 'tests/data/generic_based_on.yml')
| -rw-r--r-- | tests/data/generic_based_on.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/data/generic_based_on.yml b/tests/data/generic_based_on.yml new file mode 100644 index 0000000..3ab97a7 --- /dev/null +++ b/tests/data/generic_based_on.yml @@ -0,0 +1,9 @@ +channels: + - conda-forge +dependencies: + - pip + - python + - setuptools + - pip: + - firewatch==0.0.3 + - tweakwcs==0.8.7
\ No newline at end of file |
