Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nden committed Dec 4, 2023
1 parent 6b2157b commit 3d671fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
git+https://github.com/spacetelescope/stsci.tools.git
--extra-index-url https://pypi.anaconda.org/astropy/simple astropy --pre

--extra-index-url https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/liberfa/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple astropy --pre

# Use Bi-weekly numpy/scipy dev builds
--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
Expand Down
13 changes: 9 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
envlist= py311, py312, py310, style, dev

[testenv]
deps=
dev: -rrequirements-dev.txt

set_env =
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

commands_pre =
dev: pip install -r requirements-dev.txt -U --upgrade-strategy eager

extras= test
# astropy will complain if the home directory is missing
passenv= HOME


commands=
pytest

Expand Down

0 comments on commit 3d671fa

Please sign in to comment.