diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-07-31 08:20:48 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-07-31 08:20:48 -0400 |
commit | f23bba66c622b563b1ad65c54629968a2d481f79 (patch) | |
tree | b7cb2d28ae082330379cd747bdc690b9e0698934 | |
parent | 87d88214a0183e0e0ab04358e36e978e951f39c9 (diff) | |
download | stasis-fix-delivery-conda-show.tar.gz |
Use new style package definition in test configfix-delivery-conda-show
-rw-r--r-- | tests/data/generic.ini | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/data/generic.ini b/tests/data/generic.ini index ef0180b..c1e5c9c 100644 --- a/tests/data/generic.ini +++ b/tests/data/generic.ini @@ -16,7 +16,7 @@ installer_arch = {{env:STASIS_CONDA_ARCH}} installer_baseurl = https://github.com/conda-forge/miniforge/releases/download/{{conda.installer_version}} ;conda_packages = pip_packages = - firewatch + firewatch==0.0.4 [runtime] @@ -24,7 +24,6 @@ PYTHONUNBUFFERED = 1 [test:firewatch] -version = 0.0.4 repository = https://github.com/astroconda/firewatch script = pip install -e '.' |