Skip to content

Commit 131fae7

Browse files
committed
Suppress EncodingWarnings in docutils.
1 parent 4a742fc commit 131fae7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pytest.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ filterwarnings=
4040

4141
# suppress known deprecation
4242
ignore:Use shutil.which instead of find_executable:DeprecationWarning
43+
44+
# https://sourceforge.net/p/docutils/bugs/490/
45+
ignore:'encoding' argument not specified::docutils.io
46+
ignore:UTF-8 Mode affects locale.getpreferredencoding()::docutils.io

0 commit comments

Comments
 (0)