Skip to content

Commit e4d8b99

Browse files
authored
cibuildwheel: update to 3.3.0 (SchemaStore#5133)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent ab76193 commit e4d8b99

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

src/schemas/json/partial-cibuildwheel.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,37 @@
538538
],
539539
"title": "CIBW_TEST_ENVIRONMENT"
540540
},
541+
"test-runtime": {
542+
"description": "Additional configuration for the test runner",
543+
"oneOf": [
544+
{
545+
"type": "string",
546+
"pattern": "^$"
547+
},
548+
{
549+
"type": "object",
550+
"additionalProperties": false
551+
},
552+
{
553+
"type": "string",
554+
"pattern": "args:"
555+
},
556+
{
557+
"type": "object",
558+
"additionalProperties": false,
559+
"required": ["args"],
560+
"properties": {
561+
"args": {
562+
"type": "array",
563+
"items": {
564+
"type": "string"
565+
}
566+
}
567+
}
568+
}
569+
],
570+
"title": "CIBW_TEST_RUNTIME"
571+
},
541572
"overrides": {
542573
"type": "array",
543574
"description": "An overrides array",
@@ -605,6 +636,9 @@
605636
},
606637
"test-environment": {
607638
"$ref": "#/$defs/inherit"
639+
},
640+
"test-runtime": {
641+
"$ref": "#/$defs/inherit"
608642
}
609643
}
610644
},
@@ -715,6 +749,9 @@
715749
},
716750
"test-environment": {
717751
"$ref": "#/properties/test-environment"
752+
},
753+
"test-runtime": {
754+
"$ref": "#/properties/test-runtime"
718755
}
719756
}
720757
}
@@ -843,6 +880,9 @@
843880
},
844881
"test-environment": {
845882
"$ref": "#/properties/test-environment"
883+
},
884+
"test-runtime": {
885+
"$ref": "#/properties/test-runtime"
846886
}
847887
}
848888
},
@@ -903,6 +943,9 @@
903943
},
904944
"test-environment": {
905945
"$ref": "#/properties/test-environment"
946+
},
947+
"test-runtime": {
948+
"$ref": "#/properties/test-runtime"
906949
}
907950
}
908951
},
@@ -976,6 +1019,9 @@
9761019
},
9771020
"test-environment": {
9781021
"$ref": "#/properties/test-environment"
1022+
},
1023+
"test-runtime": {
1024+
"$ref": "#/properties/test-runtime"
9791025
}
9801026
}
9811027
},
@@ -1036,6 +1082,9 @@
10361082
},
10371083
"test-environment": {
10381084
"$ref": "#/properties/test-environment"
1085+
},
1086+
"test-runtime": {
1087+
"$ref": "#/properties/test-runtime"
10391088
}
10401089
}
10411090
},
@@ -1096,6 +1145,9 @@
10961145
},
10971146
"test-environment": {
10981147
"$ref": "#/properties/test-environment"
1148+
},
1149+
"test-runtime": {
1150+
"$ref": "#/properties/test-runtime"
10991151
}
11001152
}
11011153
},
@@ -1156,6 +1208,9 @@
11561208
},
11571209
"test-environment": {
11581210
"$ref": "#/properties/test-environment"
1211+
},
1212+
"test-runtime": {
1213+
"$ref": "#/properties/test-runtime"
11591214
}
11601215
}
11611216
}

0 commit comments

Comments
 (0)