-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
split requirements-dev.txt
into first and third party dev dependencies
#840
split requirements-dev.txt
into first and third party dev dependencies
#840
Conversation
Codecov ReportPatch has no changes to coverable lines. 📢 Thoughts on this report? Let us know!. |
e477c9b
to
0f3ef4c
Compare
wait until #843 to incorporate those changes as well |
43fbdf9
to
c9fba6b
Compare
requirements-dev.txt
into first and third party dev dependencies
requirements-dev.txt
into first and third party dev dependenciesrequirements-dev.txt
into first and third party dev dependencies
560f554
to
7b61605
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, though I'm mostly deferring to the experts!
@zacharyburnett , can we add a changelog entry and then go ahead and merge this? |
The change log is fine but we also need an update to the README.md to explain to the users how to use the new files when installing the software. |
Development versions of dependencies are listed in `requirements-dev-st.txt` and `requirements-dev-thirdparty.txt`, containing STScI and third-party packages respectively. | ||
To install these dependencies, run the following: | ||
|
||
pip install -r requirements-dev-st.txt | ||
pip install -r requirements-dev-thirdparty.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how is this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR splits the dev dependencies into
requirements-dev.txt
andrequirements-dev-thirdparty.txt
Checklist
added entry inCHANGES.rst
under the corresponding subsectionupdated relevant testsupdated relevant documentation