AIR CLI Integration: remove requirements file path for config - #6257
Open
riddhibhagwat-db wants to merge 1 commit into
Open
AIR CLI Integration: remove requirements file path for config#6257riddhibhagwat-db wants to merge 1 commit into
riddhibhagwat-db wants to merge 1 commit into
Conversation
riddhibhagwat-db
requested review from
ben-hansen-db,
maggiewang-db and
vinchenzo-db
August 12, 2026 16:52
Contributor
Approval status: pending
|
environment.dependencies now accepts only an inline list of packages. The string form (a path to a requirements.yaml file) is rejected at config load, now that inline deps are fully supported. Removes the file-reading paths (readRequirementsDependencies, requirementsDoc, requirementsFile) and the file-vs-inline branching in run submit; the dependencies union collapses to a plain list. Co-authored-by: Isaac
riddhibhagwat-db
force-pushed
the
air-run-remove-requirements-file
branch
from
August 12, 2026 17:54
f79931a to
705d64f
Compare
Collaborator
Integration test reportCommit: 705d64f
8 interesting tests: 4 RECOVERED, 4 SKIP
Top 8 slowest tests (at least 2 minutes):
|
vinchenzo-db
left a comment
Contributor
There was a problem hiding this comment.
I think this is ok but please have Ben review this one
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.
Changes & Why
environment.dependencies now accepts only an inline list of packages. The string form (a path to a requirements.yaml file) is rejected at config load, now that inline deps are fully supported (#6077).
Removes the file-reading paths (readRequirementsDependencies, requirementsDoc, requirementsFile) and the file-vs-inline branching in run submit and convert-to-dabs; the dependencies union collapses to a plain list.
Tests
Manual Verification:
Rejected:

Accepted:
