Skip to content

feat: inline environments#6497

Draft
Hofer-Julian wants to merge 6 commits into
mainfrom
inline-environments
Draft

feat: inline environments#6497
Hofer-Julian wants to merge 6 commits into
mainfrom
inline-environments

Conversation

@Hofer-Julian

Copy link
Copy Markdown
Contributor

Description

Not to be confused with inline packages, this PR implements the ability to do this:

[environments.dev.dependencies]
git = "*"

[environments.test.dependencies]
pytest = "*"
pytest-xdist = "*"

# features can still be added
[feature.python.dependencies]
python = "3.14.*"

[environments]
dev = { features = ["python"] }
test = { features = ["python"] }

Fixes #5317

How Has This Been Tested?

AI Disclosure

  • This PR contains AI-generated content.
    • I have tested any AI-generated content in my PR.
    • I take responsibility for any AI-generated content in my PR.

Tools: Claude

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added sufficient tests to cover my changes.
  • I have verified that changes that would impact the JSON schema have been made in schema/model.py.

@Hofer-Julian Hofer-Julian force-pushed the inline-environments branch from 4f196d4 to ae8bbc3 Compare July 3, 2026 15:05
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.

Allow to create environments directly without going through features

1 participant