a | b/pytest.ini | ||
---|---|---|---|
1 | [pytest] |
||
2 | addopts = --xdoctest --xdoctest-style=auto |
||
3 | norecursedirs = .git ignore build __pycache__ data docker docs .eggs |
||
4 | |||
5 | filterwarnings= default |
||
6 | ignore:.*No cfgstr given in Cacher constructor or call.*:Warning |
||
7 | ignore:.*Define the __nice__ method for.*:Warning |