From e63e131686be6bae3249a67958bdb2ef5abd1622 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 7 Mar 2020 17:25:23 -0500 Subject: Suppress UserWarning in pkg_resources. --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini index 4cd94d5a..517fe3ce 100644 --- a/pytest.ini +++ b/pytest.ini @@ -7,3 +7,5 @@ filterwarnings = error # https://github.com/pypa/setuptools/issues/1823 ignore:bdist_wininst command is deprecated + # Suppress this error; unimportant for CI tests + ignore:Extraction path is writable by group/others:UserWarning -- cgit v1.2.3