Skip to content

Commit 4ce054b

Browse files
committed
Suppress EncodingWarning in build.env. Ref pypa/build#615.
1 parent 96ebfe1 commit 4ce054b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ filterwarnings=
2121
# python/cpython#100750
2222
ignore:'encoding' argument not specified::platform
2323

24+
# pypa/build#615
25+
ignore:'encoding' argument not specified:EncodingWarning:build.env
26+
2427
## end upstream

0 commit comments

Comments
 (0)