From ba98243bdb755937758a587ffec4ac065cdd57f2 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Wed, 20 Nov 2024 12:26:24 -0500 Subject: [PATCH] REMOVE BEFORE MERGE --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 52500f21..602b034d 100644 --- a/tox.ini +++ b/tox.ini @@ -58,11 +58,11 @@ passenv = CI CODECOV_* DISPLAY - WEBBPSF_PATH GALSIM_CAT_PATH FFTW_DIR LIBRARY_PATH set_env = + WEBBPSF_PATH: /tmp/data/webbpsf-data dev: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/liberfa/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple args_are_paths = false @@ -83,6 +83,7 @@ pass_env = commands_pre = dev: pip install -r requirements-dev.txt -U --upgrade-strategy eager pip freeze + ls -l $WEBBPSF_DATA commands = pytest \ warnings: -W error \ @@ -113,6 +114,7 @@ change_dir = {env_tmp_dir} allowlist_externals = git bash + ls extras = commands_pre = bash -c "pip freeze -q | grep 'gwcs @' > {env_tmp_dir}/requirements.txt"