diff options
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,3 +9,7 @@ filterwarnings = ignore:bdist_wininst command is deprecated # Suppress this error; unimportant for CI tests ignore:Extraction path is writable by group/others:UserWarning + # Suppress Python 2 deprecation warning + ignore:Setuptools will stop working on Python 2:UserWarning + # Suppress weird RuntimeWarning. + ignore:Parent module 'setuptools' not found while handling absolute import:RuntimeWarning |