PR: Make the plugin work with Spyder prereleases, fix tests and simplify setup on CI#23
Merged
ccordoba12 merged 6 commits intospyder-ide:mainfrom May 15, 2025
Merged
Conversation
Also, remove unnecessary imports.
- For that we need to add the conda-forge prerelease channels of Spyder-kernels. - This is also necessary to make our test pass.
--branch=fix-channels --update --force external-deps/envs-manager subrepo: subdir: "external-deps/envs-manager" merged: "633d1dd" upstream: origin: "https://github.com/ccordoba12/envs-manager.git" branch: "fix-channels" commit: "633d1dd" git-subrepo: version: "0.4.9" origin: "https://github.com/ingydotnet/git-subrepo" commit: "ea10886"
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #23 +/- ##
==========================================
+ Coverage 76.53% 76.60% +0.07%
==========================================
Files 11 11
Lines 963 966 +3
==========================================
+ Hits 737 740 +3
Misses 226 226 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
22b906e to
b18a0cd
Compare
- Conda 25 fails to resolve the conda-forge prerelease channels for some odd reason. - Add an extra_require/test entry to setup.py. That allows to test that that file is working as expected. - Use env yml files for micromamba to easily declare conda-forge prerelease channels.
b18a0cd to
78435f7
Compare
78435f7 to
11e8944
Compare
…manager.git --branch=main --update --force external-deps/envs-manager subrepo: subdir: "external-deps/envs-manager" merged: "b5df9bc" upstream: origin: "https://github.com/spyder-ide/envs-manager.git" branch: "main" commit: "b5df9bc" git-subrepo: version: "0.4.9" origin: "https://github.com/ingydotnet/git-subrepo" commit: "ea10886"
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.
extra_requires/testentry for pip.codecov.ymlto configure codecov and avoid a failure on PRs due to coverage.