diff options
Diffstat (limited to 'pytest.ini')
| -rw-r--r-- | pytest.ini | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,5 +12,10 @@ filterwarnings = # distutils ignore:the imp module is deprecated in favour of importlib:DeprecationWarning + ignore:distutils Version classes are deprecated. Use packaging.version instead.:DeprecationWarning + + # pkg_resources + ignore:pkg_resources is deprecated as an API.:DeprecationWarning + # jinja2 ignore:.*Using or importing the ABCs from.*:DeprecationWarning |
