@@ -65,13 +65,10 @@ python = "3.10"
65
65
66
66
[[envs .devel .matrix ]]
67
67
python = [" 3.8" , " 3.9" , " 3.10" , " 3.11" , " 3.12" , " 3.13" ]
68
- rf = [" rf41 " , " rf50" , " rf60" , " rf61" , " rf70" , " rf71" , " rf72" , " rf73" ]
68
+ rf = [" rf50" , " rf60" , " rf61" , " rf70" , " rf71" , " rf72" , " rf73" ]
69
69
70
70
[envs .devel .overrides ]
71
71
matrix.rf.dependencies = [
72
- { value = " robotframework~=4.1.0" , if = [
73
- " rf41" ,
74
- ] },
75
72
{ value = " robotframework~=5.0.0" , if = [
76
73
" rf50" ,
77
74
] },
@@ -100,13 +97,10 @@ dependencies = ["pytest", "pytest-html", "pytest_asyncio>=0.23", "pyyaml"]
100
97
pre-install-commands = [" python ./scripts/install_packages.py" ]
101
98
102
99
[[envs .test .matrix ]]
103
- rf = [" rf41 " , " rf50" , " rf60" , " rf61" , " rf70" , " rf71" , " rf72" , " rf73" ]
100
+ rf = [" rf50" , " rf60" , " rf61" , " rf70" , " rf71" , " rf72" , " rf73" ]
104
101
105
102
[envs .test .overrides ]
106
103
matrix.rf.dependencies = [
107
- { value = " robotframework~=4.1.0" , if = [
108
- " rf41" ,
109
- ] },
110
104
{ value = " robotframework~=5.0.0" , if = [
111
105
" rf50" ,
112
106
] },
0 commit comments