We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a742fc commit 131fae7Copy full SHA for 131fae7
pytest.ini
@@ -40,3 +40,7 @@ filterwarnings=
40
41
# suppress known deprecation
42
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