refactor: Suppress DeprecationWarning for pyximport

This commit is contained in:
Takeshi KOMIYA 2020-05-04 00:27:38 +09:00
parent 54bb1f3e62
commit 3407143023

View File

@ -54,6 +54,7 @@ strict_optional = False
filterwarnings =
all
ignore::DeprecationWarning:docutils.io
ignore::DeprecationWarning:pyximport.pyximport
markers =
sphinx
apidoc