aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-09-13 14:30:39 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-09-18 23:07:13 -0400
commitda8196e280c9c1306fd50c77427c912182f9c274 (patch)
treea964503c74a963f4bf831b6203dea7d1737da4bf /tests
parent17d3d0517123f5f07b4ac6bb9f1dec73c1c8ce4c (diff)
downloadstasis-da8196e280c9c1306fd50c77427c912182f9c274.tar.gz
Workaround for a bug in firewatch
Diffstat (limited to 'tests')
-rw-r--r--tests/data/generic.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/generic.ini b/tests/data/generic.ini
index 0a8c9ef..7d77edd 100644
--- a/tests/data/generic.ini
+++ b/tests/data/generic.ini
@@ -29,7 +29,7 @@ repository = https://github.com/astroconda/firewatch
script_setup =
pip install -e '.'
script =
- firewatch -c conda-forge | grep -E ' python-[0-9]'
+ firewatch -c conda-forge -p ${STASIS_CONDA_PLATFORM_SUBDIR} | grep -E ' python-[0-9]'
[test:tweakwcs]