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

Allow pre-release versions for Python native packages in case of == and === specifiers #133

Merged
merged 2 commits into from
Feb 25, 2023

Conversation

pilosus
Copy link
Owner

@pilosus pilosus commented Feb 25, 2023

Close #132

@codecov
Copy link

codecov bot commented Feb 25, 2023

Codecov Report

Merging #133 (bd6da17) into main (7636764) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #133   +/-   ##
=======================================
  Coverage   97.46%   97.47%           
=======================================
  Files          13       13           
  Lines        1106     1109    +3     
  Branches       21       21           
=======================================
+ Hits         1078     1081    +3     
  Misses          7        7           
  Partials       21       21           
Impacted Files Coverage Δ
src/pip_license_checker/version.clj 98.43% <100.00%> (+0.01%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@pilosus pilosus merged commit 5f0dc7e into main Feb 25, 2023
@pilosus pilosus deleted the fix/132-native-python-exact-equal-to-allow-pre-releases branch February 25, 2023 11:49
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.

Exact version comparison (==) should not ignore pre-releases for native Python packages
1 participant