Skip to content

Commit e7e2829

Browse files
committed
chore(build): integrate final RFW 7.0 in build and test
1 parent d60977b commit e7e2829

File tree

78 files changed

+355
-281
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+355
-281
lines changed

etc/robot.toml.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,27 @@
685685
"null"
686686
]
687687
},
688+
"legacy-output": {
689+
"anyOf": [
690+
{
691+
"type": "boolean"
692+
},
693+
{
694+
"enum": [
695+
"on",
696+
"off",
697+
"default"
698+
],
699+
"type": "string"
700+
},
701+
{
702+
"type": "null"
703+
}
704+
],
705+
"default": null,
706+
"description": "Create XML output file in format compatible with\nRobot Framework 6.x and earlier.\n\ncorresponds to the `--legacyoutput` option of _robot_\n",
707+
"title": "Legacy output"
708+
},
688709
"log": {
689710
"anyOf": [
690711
{
@@ -2208,6 +2229,27 @@
22082229
"null"
22092230
]
22102231
},
2232+
"legacy-output": {
2233+
"anyOf": [
2234+
{
2235+
"type": "boolean"
2236+
},
2237+
{
2238+
"enum": [
2239+
"on",
2240+
"off",
2241+
"default"
2242+
],
2243+
"type": "string"
2244+
},
2245+
{
2246+
"type": "null"
2247+
}
2248+
],
2249+
"default": null,
2250+
"description": "Create XML output file in format compatible with\nRobot Framework 6.x and earlier.\n\ncorresponds to the `--legacyoutput` option of _robot_\n",
2251+
"title": "Legacy output"
2252+
},
22112253
"libdoc": {
22122254
"anyOf": [
22132255
{
@@ -4025,6 +4067,27 @@
40254067
"null"
40264068
]
40274069
},
4070+
"legacy-output": {
4071+
"anyOf": [
4072+
{
4073+
"type": "boolean"
4074+
},
4075+
{
4076+
"enum": [
4077+
"on",
4078+
"off",
4079+
"default"
4080+
],
4081+
"type": "string"
4082+
},
4083+
{
4084+
"type": "null"
4085+
}
4086+
],
4087+
"default": null,
4088+
"description": "Create XML output file in format compatible with\nRobot Framework 6.x and earlier.\n\ncorresponds to the `--legacyoutput` option of _robot_\n",
4089+
"title": "Legacy output"
4090+
},
40284091
"libdoc": {
40294092
"anyOf": [
40304093
{

hatch.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ matrix.rf.dependencies = [
8383
{ value = "robotframework>=6.1, <7.0", if = [
8484
"rf61",
8585
] },
86-
{ value = "robotframework==7.0rc1", if = [
86+
{ value = "robotframework>=7.0, <7.1", if = [
8787
"rf70",
8888
] },
8989
]
@@ -105,7 +105,7 @@ matrix.rf.dependencies = [
105105
{ value = "robotframework>=6.1, <7.0", if = [
106106
"rf61",
107107
] },
108-
{ value = "robotframework==7.0rc1", if = [
108+
{ value = "robotframework>=7.0, <7.1", if = [
109109
"rf70",
110110
] },
111111
]

0 commit comments

Comments
 (0)