-
Notifications
You must be signed in to change notification settings - Fork 21
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
Some updates to the tox config #429
Some updates to the tox config #429
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #429 +/- ##
==========================================
- Coverage 97.56% 97.37% -0.19%
==========================================
Files 30 37 +7
Lines 2788 3316 +528
==========================================
+ Hits 2720 3229 +509
- Misses 68 87 +19 ☔ View full report in Codecov by Sentry. |
a50cf97
to
3ee452c
Compare
4cd895f
to
be9dbb9
Compare
194ead5
to
9792e83
Compare
8188e70
to
e1f6793
Compare
What are the benefits of |
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.
Thanks for working on this. One requested change related to the minimum dependencies testing.
eb46c3f
to
b783d29
Compare
66d196a
to
0ab047a
Compare
4c81691
to
e801f9a
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.
LGTM
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. Thanks!
Update things to avoid using pip, so that uv can be used
Co-authored-by: Zach Burnett <[email protected]>
Co-authored-by: Brett Graham <[email protected]>
63d412f
to
9a72f84
Compare
This PR updates the tox config slightly so that it works with
tox-uv
.Tasks
roman_datamodels
tests.docs/
page.no-changelog-entry-needed
.)changes/
:echo "changed something" > changes/<PR#>.<changetype>.rst
(see below for change types).romancal
regression test (https://github.com/spacetelescope/RegressionTests/actions/workflows/romancal.yml) with this branch installed ("git+https://github.com/<fork>/rad@<branch>"
).News fragment change types:
changes/<PR#>.feature.rst
: new featurechanges/<PR#>.bugfix.rst
: fixes an issuechanges/<PR#>.doc.rst
: documentation changechanges/<PR#>.removal.rst
: deprecation or removal of public APIchanges/<PR#>.misc.rst
: infrastructure or miscellaneous change