Skip to content

Commit

Permalink
Suppress EncodingWarnings in docutils.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 28, 2024
1 parent ec8b191 commit 3b86c5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ filterwarnings=

# suppress known deprecation
ignore:Use shutil.which instead of find_executable:DeprecationWarning

# https://sourceforge.net/p/docutils/bugs/490/
ignore:'encoding' argument not specified::docutils.io
ignore:UTF-8 Mode affects locale.getpreferredencoding()::docutils.io

0 comments on commit 3b86c5e

Please sign in to comment.