8000 Fix invalid encoding test w/ Python 3.7 on Linux · pythonthings/robotframework@1ddff10 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ddff10

Browse files
committed
Fix invalid encoding test w/ Python 3.7 on Linux
Disable UTF-8 mode introduced in Python 3.7: https://www.python.org/dev/peps/pep-0540/)
1 parent ccb3fe6 commit 1ddff10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

atest/robot/cli/console/encoding.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Invalid encoding configuration
3333
... LC_TYPE=invalid
3434
... LANGUAGE=invalid
3535
... LC_ALL=invalid
36+
... PYTHONUTF8=0
3637
... @{COMMAND}
3738
${result} = Run Process
3839
... echo "redirect stdin" | ${cmd}

0 commit comments

Comments
 (0)
0