Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda_recipe_v2_schema/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ class ScriptTestElement(StrictBaseModel):

class PythonTestElementInner(StrictBaseModel):
imports: ConditionalList[NonEmptyStr] = Field(
...,
None,
description="A list of Python imports to check after having installed the built package.",
)
pip_check: bool = Field(
Expand Down
4 changes: 1 addition & 3 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3555,6 +3555,7 @@
"type": "array"
}
],
"default": null,
"description": "A list of Python imports to check after having installed the built package.",
"title": "Imports"
},
Expand Down Expand Up @@ -3584,9 +3585,6 @@
"title": "Python Version"
}
},
"required": [
"imports"
],
"title": "PythonTestElementInner",
"type": "object"
},
Expand Down