Skip to content
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

DM-38665: No longer use assert for python version mismatch #153

Merged
merged 2 commits into from Apr 12, 2023

Conversation

timj
Copy link
Member

@timj timj commented Apr 12, 2023

We can't actually guarantee that the ._version matches the parent version (it doesn't for pooch) so instead assume that the parent version is always right if there is a real mismatch.

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@codecov
Copy link

codecov bot commented Apr 12, 2023

Codecov Report

Patch coverage: 75.00% and project coverage change: -0.04 ⚠️

Comparison is base (d383403) 93.64% compared to head (3997ee4) 93.61%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #153      +/-   ##
==========================================
- Coverage   93.64%   93.61%   -0.04%     
==========================================
  Files          43       43              
  Lines        2692     2695       +3     
==========================================
+ Hits         2521     2523       +2     
- Misses        171      172       +1     
Impacted Files Coverage Δ
python/lsst/utils/packages.py 88.06% <75.00%> (-0.38%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

We can't actually guarantee that the ._version matches the
parent version (it doesn't for pooch) so instead assume that
the parent version is always right if there is a real mismatch.
@timj timj merged commit c9b3637 into main Apr 12, 2023
11 of 13 checks passed
@timj timj deleted the tickets/DM-38665 branch April 12, 2023 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants