Skip to content

Commit

Permalink
fix: add missing schema for test-sources (#2258)
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick authored Feb 3, 2025
1 parent 36259f4 commit 0dcc90f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/generate_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@
test-extras:
description: Install your wheel for testing using `extras_require`
type: string_array
test-sources:
description: Test files that are required by the test environment
type: string_array
test-groups:
description: Install extra groups when testing
type: string_array
Expand Down Expand Up @@ -261,6 +264,7 @@
repair-wheel-command: {"$ref": "#/$defs/inherit"}
test-command: {"$ref": "#/$defs/inherit"}
test-extras: {"$ref": "#/$defs/inherit"}
test-sources: {"$ref": "#/$defs/inherit"}
test-requires: {"$ref": "#/$defs/inherit"}
"""
)
Expand Down

0 comments on commit 0dcc90f

Please sign in to comment.