Skip to content

Commit

Permalink
Update requirements-dev to not use eggs (#1721)
Browse files Browse the repository at this point in the history
  • Loading branch information
nden authored Jan 17, 2024
1 parent c5d7145 commit ed40f61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion JenkinsfileRT
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ bc2.nodetype = 'linux'
bc2.env_vars = ['TEST_BIGDATA=https://bytesalad.stsci.edu/artifactory']
bc2.conda_packages = ['python=3.9']
bc2.build_cmds = ["pip install numpy astropy codecov pytest-cov ci-watson || true",
"pip install -r requirements-dev.txt --upgrade -e '.[test]' || true"
"pip install -r requirements-dev.txt --upgrade -e '.[test]' || true",
"pip freeze || true"]
bc1.test_cmds = ["pytest --cov=./ --basetemp=tests_output --junitxml=results.xml --bigdata || true",
"codecov || true"]
Expand Down
7 changes: 4 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
git+https://github.com/astropy/photutils.git#egg=photutils
git+https://github.com/spacetelescope/stsci.tools.git#egg=stsci.tools
git+https://github.com/spacetelescope/stwcs.git#egg=stwcs
git+https://github.com/astropy/photutils.git
git+https://github.com/spacetelescope/stsci.tools.git
git+https://github.com/spacetelescope/stwcs.git
git+https://github.com/spacetelescope/stregion.git
#git+https://github.com/astropy/astroquery.git#egg=astroquery
--extra-index-url https://pypi.anaconda.org/astropy/simple astropy --pre

Expand Down

0 comments on commit ed40f61

Please sign in to comment.