pytest.ini 745 B

12345678910111213141516
  1. [pytest]
  2. addopts = -l
  3. junit_family=xunit2
  4. filterwarnings =
  5. error
  6. always::scipy._lib._testutils.FPUModeChangeWarning
  7. ignore:.*deprecated and ignored since IPython.*:DeprecationWarning
  8. once:.*LAPACK bug 0038.*:RuntimeWarning
  9. ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
  10. ignore:assertions not in test modules or plugins:pytest.PytestConfigWarning
  11. ignore:'environmentfilter' is renamed to 'pass_environment'
  12. ignore:'contextfunction' is renamed to 'pass_context'
  13. ignore:.*The distutils.* is deprecated.*:DeprecationWarning
  14. ignore:\s*.*numpy.distutils.*:DeprecationWarning
  15. ignore:.*The --rsyncdir command line argument.*:DeprecationWarning