PR: Several fixes for the conda backend and the test suite#30
Merged
ccordoba12 merged 4 commits intospyder-ide:mainfrom Feb 12, 2025
Merged
PR: Several fixes for the conda backend and the test suite#30ccordoba12 merged 4 commits intospyder-ide:mainfrom
ccordoba12 merged 4 commits intospyder-ide:mainfrom
Conversation
Before we were using --force, which was deprecated in Conda 24.3
Also, add `packaging` as a new dependency to be able to compare package versions.
ed36a29 to
2d9e15a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #30 +/- ##
==========================================
- Coverage 83.61% 83.10% -0.51%
==========================================
Files 7 7
Lines 647 663 +16
Branches 105 81 -24
==========================================
+ Hits 541 551 +10
- Misses 67 72 +5
- Partials 39 40 +1 ☔ View full report in Codecov by Sentry. |
41aedcf to
f761d93
Compare
bb06fa9 to
224e7aa
Compare
224e7aa to
2c7081e
Compare
2c7081e to
7647dd6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
-yto accept changes when using conda to import an env.subprocess.packagingas a new dependency to be able to compare package versions, andflakyas a new test dependency.