-
Notifications
You must be signed in to change notification settings - Fork 47
Replace Tox with Pixi #636
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
95ef5de
Initial support for Pixi.
trexfeathers 6a23147
Fix custom build_ext.
trexfeathers 779828b
Replace Tox with Pixi for CI tests.
trexfeathers 973f158
Add Pixi tasks for common docs jobs.
trexfeathers 5dd9c90
Temporarily disable Pixi frozen mode.
trexfeathers 0f30072
Update Pixi lock file.
trexfeathers 45668a7
Revert "Temporarily disable Pixi frozen mode."
trexfeathers 40c814f
Align Pixi Python versions with existing CI.
trexfeathers 739494b
Align Pixi Python versions with existing CI.
trexfeathers 0dc21b6
Update Pixi lock file.
trexfeathers 9b8c9b2
Fix order of ci-wheels steps.
trexfeathers d8e0b60
Add an all-dependencies Pixi environment.
trexfeathers 4d9c31c
Replace Tox with Pixi for lock file generation.
trexfeathers 7bb0ccd
Add Pixi README badge.
trexfeathers 3d53482
Update test_python_versions.
trexfeathers 6e72500
Remove Tox.
trexfeathers b623364
Add tomli as testing dependency.
trexfeathers 820f084
Re-introduce new pull request label.
trexfeathers 8f706d8
Add tomli as testing dependency.
trexfeathers 3033a2a
Remove pip dependencies from YAML file.
trexfeathers 9b87ab5
Correct ci-locks artifact handling.
trexfeathers 2822a95
Always use --frozen with pixi run.
trexfeathers 20c47c5
Correct RTD handling.
trexfeathers 4d8e453
Revert "Remove pip dependencies from YAML file."
trexfeathers 58b589e
Allow for RTD making no local changes.
trexfeathers e388664
ci-wheels: upgrade MacOS x86_64 architecture.
trexfeathers b0d3811
Simplify pixi dependency matrix.
trexfeathers c56506f
Revert "Simplify pixi dependency matrix."
trexfeathers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| .git_archival.txt export-subst | ||
| cf_units/_udunits2_parser/parser/**/*.py linguist-generated=true | ||
| cf_units/_udunits2_parser/_antlr4_runtime/**/*.py linguist-generated=true | ||
| # SCM syntax highlighting & preventing 3-way merges | ||
| pixi.lock merge=binary linguist-language=YAML linguist-generated=true |
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -148,3 +148,7 @@ dmypy.json | |
|
|
||
| # Pyre type checker | ||
| .pyre/ | ||
|
|
||
| # pixi environments | ||
| .pixi | ||
| *.egg-info | ||
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.