Skip to content

Commit c476bc8

Browse files
committed
fix: add pytest config to setup.cfg
1 parent 1ce9107 commit c476bc8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,12 @@ putty-ignore =
8686
*/__init__.py : +F401
8787
docs/conf.py : +E265
8888
/^\s*\.\. _.*?: http/ : +E501
89+
90+
[tool:pytest]
91+
norecursedirs = .git
92+
addopts = -svx --doctest-modules
93+
doctest_optionflags = ALLOW_UNICODE NORMALIZE_WHITESPACE
94+
env =
95+
PYTHONHASHSEED=0
96+
filterwarnings =
97+
ignore::DeprecationWarning

0 commit comments

Comments
 (0)