We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36259f4 commit 0dcc90fCopy full SHA for 0dcc90f
bin/generate_schema.py
@@ -176,6 +176,9 @@
176
test-extras:
177
description: Install your wheel for testing using `extras_require`
178
type: string_array
179
+ test-sources:
180
+ description: Test files that are required by the test environment
181
+ type: string_array
182
test-groups:
183
description: Install extra groups when testing
184
@@ -261,6 +264,7 @@
261
264
repair-wheel-command: {"$ref": "#/$defs/inherit"}
262
265
test-command: {"$ref": "#/$defs/inherit"}
263
266
test-extras: {"$ref": "#/$defs/inherit"}
267
+ test-sources: {"$ref": "#/$defs/inherit"}
268
test-requires: {"$ref": "#/$defs/inherit"}
269
"""
270
)
0 commit comments