pytest.ini 311 B

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