setup.cfg: add ALLOW_UNICODE and ELLIPSIS to pytest's 'doctest_optionflags'
This commit is contained in:
parent
edd01b3fa0
commit
e2478f8911
@ -47,6 +47,9 @@ addopts =
|
|||||||
--doctest-modules
|
--doctest-modules
|
||||||
--doctest-ignore-import-errors
|
--doctest-ignore-import-errors
|
||||||
--pyargs
|
--pyargs
|
||||||
|
doctest_optionflags =
|
||||||
|
ALLOW_UNICODE
|
||||||
|
ELLIPSIS
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
ignore:tostring:DeprecationWarning
|
ignore:tostring:DeprecationWarning
|
||||||
ignore:fromstring:DeprecationWarning
|
ignore:fromstring:DeprecationWarning
|
||||||
|
Loading…
x
Reference in New Issue
Block a user