Skip to content

Commit 0dcc90f

Browse files
authored
fix: add missing schema for test-sources (#2258)
1 parent 36259f4 commit 0dcc90f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/generate_schema.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@
176176
test-extras:
177177
description: Install your wheel for testing using `extras_require`
178178
type: string_array
179+
test-sources:
180+
description: Test files that are required by the test environment
181+
type: string_array
179182
test-groups:
180183
description: Install extra groups when testing
181184
type: string_array
@@ -261,6 +264,7 @@
261264
repair-wheel-command: {"$ref": "#/$defs/inherit"}
262265
test-command: {"$ref": "#/$defs/inherit"}
263266
test-extras: {"$ref": "#/$defs/inherit"}
267+
test-sources: {"$ref": "#/$defs/inherit"}
264268
test-requires: {"$ref": "#/$defs/inherit"}
265269
"""
266270
)

0 commit comments

Comments
 (0)