Skip to content

Commit

Permalink
remove echo from allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Oct 3, 2024
1 parent 33af190 commit 3f98aa9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,13 @@ set_env =
package =
!cov: wheel
cov: editable
allowlist_externals =
echo
commands_pre =
oldestdeps: minimum_dependencies stpipe --filename requirements-min.txt
# this package doesn't depend on numpy directly but the old versions of dependencies
# will allow numpy 2.0 to be installed (and won't work with numpy 2.0). So we pin it.
oldestdeps: pip install numpy<2.0
oldestdeps: pip install -r requirements-min.txt
jwst,romancal: bash -c "pip freeze -q | grep 'stcal @' > {env_tmp_dir}/requirements.txt"
jwst,romancal: bash -c "pip freeze -q | grep 'stpipe @' > {env_tmp_dir}/requirements.txt"
jwst: git clone https://github.com/spacetelescope/jwst.git
romancal: git clone https://github.com/spacetelescope/romancal.git
jwst: pip install -e jwst[test]
Expand Down

0 comments on commit 3f98aa9

Please sign in to comment.