We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e616cb commit 7992973Copy full SHA for 7992973
atest/Keywords.robot
@@ -72,7 +72,8 @@ Lab Log Should Not Contain Known Error Messages
72
${test log} = Set Variable ${log[${PREVIOUS LAB LOG LENGTH}:]}
73
${length} = Get Length ${log}
74
Set Global Variable ${PREVIOUS LAB LOG LENGTH} ${length}
75
- Should Not Contain Any ${test log} @{KNOWN BAD ERRORS} msg=${test log}
+ Run Keyword If "${OS}", "${PY}") !\= ("windows", "36")
76
+ ... Should Not Contain Any ${test log} @{KNOWN BAD ERRORS}
77
78
Wait For Splash
79
Go To ${URL}lab?reset&token=${TOKEN}
ci/env-test.yml.in
@@ -20,7 +20,6 @@ dependencies:
20
- r-irkernel
21
- r-languageserver
22
- r-stringi >=1.4.6
23
- - r-xfun !=0.15
24
- rpy2
25
# test tools
26
- pytest-asyncio
0 commit comments