From dd250ca952bb3f109086eca3353b65a92fbcbf4d Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 8 Mar 2020 13:49:03 -0400 Subject: Suppress RuntimeWarning from sandbox module on Python 2 --- pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini index 517fe3ce..0d1824e4 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 -- cgit v1.2.3