From d3a1a8a15a92bfbf16d99529ab1ef7d34b48f37f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 31 Jul 2024 10:02:30 -0400 Subject: Fixes readout of packages in delivery (#16) * Fixes readout of packages in delivery * Now that the overview is displayed after deferred packages are filtered out of the main list, filtered packages were no longer displayed * This combines the main list and deferred list for both conda, and pip packages. * Read the main and deferred lists no matter what * Use new style package definition in test config --- tests/data/generic.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') 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 '.' -- cgit