Skip to content

Commit c427a58

Browse files
committed
doc: Set PYTHONUTF8=1 for functional tests on Windows
1 parent 5e3380b commit c427a58

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

test/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,20 @@ See [/doc/fuzzing.md](/doc/fuzzing.md)
2626

2727
### Functional tests
2828

29-
#### Dependencies
29+
#### Dependencies and prerequisites
3030

3131
The ZMQ functional test requires a python ZMQ library. To install it:
3232

3333
- on Unix, run `sudo apt-get install python3-zmq`
3434
- on mac OS, run `pip3 install pyzmq`
3535

36+
37+
On Windows the `PYTHONUTF8` environment variable must be set to 1:
38+
39+
```cmd
40+
set PYTHONUTF8=1
41+
```
42+
3643
#### Running the tests
3744

3845
Individual tests can be run by directly calling the test script, e.g.:

0 commit comments

Comments
 (0)