From 87840f958af165e0d8ac65446c3d9a3a5266902e Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 28 Oct 2024 13:24:27 -0400 Subject: Add rt_generic_based_on.sh * Tests the "based_on" key --- tests/data/generic_based_on.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/data/generic_based_on.yml (limited to 'tests/data/generic_based_on.yml') 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 -- cgit