File tree Expand file tree Collapse file tree 1 file changed +55
-0
lines changed
Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Original file line number Diff line number Diff line change 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" ,
605636 },
606637 "test-environment" : {
607638 "$ref" : " #/$defs/inherit"
639+ },
640+ "test-runtime" : {
641+ "$ref" : " #/$defs/inherit"
608642 }
609643 }
610644 },
715749 },
716750 "test-environment" : {
717751 "$ref" : " #/properties/test-environment"
752+ },
753+ "test-runtime" : {
754+ "$ref" : " #/properties/test-runtime"
718755 }
719756 }
720757 }
843880 },
844881 "test-environment" : {
845882 "$ref" : " #/properties/test-environment"
883+ },
884+ "test-runtime" : {
885+ "$ref" : " #/properties/test-runtime"
846886 }
847887 }
848888 },
903943 },
904944 "test-environment" : {
905945 "$ref" : " #/properties/test-environment"
946+ },
947+ "test-runtime" : {
948+ "$ref" : " #/properties/test-runtime"
906949 }
907950 }
908951 },
9761019 },
9771020 "test-environment" : {
9781021 "$ref" : " #/properties/test-environment"
1022+ },
1023+ "test-runtime" : {
1024+ "$ref" : " #/properties/test-runtime"
9791025 }
9801026 }
9811027 },
10361082 },
10371083 "test-environment" : {
10381084 "$ref" : " #/properties/test-environment"
1085+ },
1086+ "test-runtime" : {
1087+ "$ref" : " #/properties/test-runtime"
10391088 }
10401089 }
10411090 },
10961145 },
10971146 "test-environment" : {
10981147 "$ref" : " #/properties/test-environment"
1148+ },
1149+ "test-runtime" : {
1150+ "$ref" : " #/properties/test-runtime"
10991151 }
11001152 }
11011153 },
11561208 },
11571209 "test-environment" : {
11581210 "$ref" : " #/properties/test-environment"
1211+ },
1212+ "test-runtime" : {
1213+ "$ref" : " #/properties/test-runtime"
11591214 }
11601215 }
11611216 }
You can’t perform that action at this time.
0 commit comments