fix: add missing schema for test-sources (#2258)
This commit is contained in:
@@ -176,6 +176,9 @@ properties:
|
|||||||
test-extras:
|
test-extras:
|
||||||
description: Install your wheel for testing using `extras_require`
|
description: Install your wheel for testing using `extras_require`
|
||||||
type: string_array
|
type: string_array
|
||||||
|
test-sources:
|
||||||
|
description: Test files that are required by the test environment
|
||||||
|
type: string_array
|
||||||
test-groups:
|
test-groups:
|
||||||
description: Install extra groups when testing
|
description: Install extra groups when testing
|
||||||
type: string_array
|
type: string_array
|
||||||
@@ -261,6 +264,7 @@ items:
|
|||||||
repair-wheel-command: {"$ref": "#/$defs/inherit"}
|
repair-wheel-command: {"$ref": "#/$defs/inherit"}
|
||||||
test-command: {"$ref": "#/$defs/inherit"}
|
test-command: {"$ref": "#/$defs/inherit"}
|
||||||
test-extras: {"$ref": "#/$defs/inherit"}
|
test-extras: {"$ref": "#/$defs/inherit"}
|
||||||
|
test-sources: {"$ref": "#/$defs/inherit"}
|
||||||
test-requires: {"$ref": "#/$defs/inherit"}
|
test-requires: {"$ref": "#/$defs/inherit"}
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user