Skip to content
Snippets Groups Projects
pytest.ini 292 B
Newer Older
  • Learn to ignore specific revisions
  • [pytest]
    
    testpaths = test
    
    filterwarnings =
        # This happens in many qutebrowser dependencies...
        ignore:Using or importing the ABCs from 'collections'.*:DeprecationWarning
        ignore:the imp module is deprecated in favour of importlib.*:DeprecationWarning