forked from gmggroup/omf-python
-
Notifications
You must be signed in to change notification settings - Fork 1
DEVOPS-693: migrate from conda-lock to pixi #107
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
Open
saicheranb
wants to merge
34
commits into
develop
Choose a base branch
from
DEVOPS-693
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 15 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
f7d1dbd
DEVOPS-693 :: Refactor pyproject.toml to streamline dependencies and …
saicheranb 791aced
Refactor pyproject.toml: Consolidate Sphinx dependency and remove red…
saicheranb 04d86b4
Refactor get_conda_recipe_version function to read and render YAML te…
saicheranb 2d41fd9
Refactor get_conda_recipe_version function to improve readability and…
saicheranb 5eb1a6a
Add Sphinx documentation dependencies and update environment configur…
saicheranb 4edd31a
Update Python version requirement and Sphinx dependency constraints
saicheranb 17ba586
Add Sphinx documentation build task to pyproject.toml
saicheranb e325d5f
Fix version retrieval in conf.py and enhance version consistency test
saicheranb b279901
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 64f8b28
Fix version consistency check in test_version_is_consistent
saicheranb 9191a56
Fix version consistency check in test_version_is_consistent function
saicheranb b72b8f3
Fix version consistency check in test_version_is_consistent to handle…
saicheranb cb51d20
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e3bb6d2
Update Sphinx dependency to allow any version in pyproject.toml
saicheranb 71ed38e
Update Sphinx dependency to version range >=5.3,<6.0 in pyproject.toml
saicheranb 77be258
Refine dependency specifications in pyproject.toml
saicheranb f5f56b8
Add testpaths configuration for pytest in pyproject.toml
saicheranb acda283
Refactor test documentation task configuration in pyproject.toml
saicheranb 6ee6a65
Define test-doc task with enforced Pixi environment for documentation…
saicheranb da3e2e4
[DEVOPS-693] re-apply recommendations by pixi for lock file
sebhmg 9e8bf36
[DEVOPS-693] remove irrelevant entries from gitattribute
sebhmg cfb00a6
[DEVOPS-693] allow commit of .pixi/config.toml if any
sebhmg 18d28d9
[DEVOPS-693] finalize changes
sebhmg 5c00bb2
[DEVOPS-693] fix indirect dependency versions
sebhmg 2a9f28a
[DEVOPS-693] add more keywords in package meta info
sebhmg 855dcfd
[DEVOPS-693] aesthetics: reorder trove classifiers
sebhmg 0227d41
[DEVOPS-693] also resolve doc environment with solve-group default
sebhmg e9fd5fc
[DEVOPS-693] relock pixi
sebhmg 44496d1
[DEVOPS-693] poetry check with plugins works if not check poetry.lock
sebhmg 1d498f2
[DEVOPS-693] move pixi config to its own file
sebhmg 99b4da0
[DEVOPS-693] aesthetics
sebhmg b9c353a
[DEVOPS-693] add keywords and classifiers troves
sebhmg 56b8a5e
[DEVOPS-693] pixi lock again
sebhmg bc5db51
[DEVOPS-693] use pixi to run pylint from pre-commit
sebhmg 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
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 |
|---|---|---|
|
|
@@ -144,3 +144,9 @@ dmypy.json | |
|
|
||
| #version ignore | ||
| omf/_version.py | ||
|
|
||
| # pixi environments | ||
| .pixi/* | ||
|
|
||
| # poetry | ||
| poetry.lock | ||
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
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.
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.