aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-03-07 17:25:23 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-03-07 17:25:23 -0500
commite63e131686be6bae3249a67958bdb2ef5abd1622 (patch)
treec2ec3b57e33e4296c6636288c04bf0e719df9a95 /pytest.ini
parent35cdda926151d52963baf32e0770f2d5f16e5dfd (diff)
downloadexternal_python_setuptools-e63e131686be6bae3249a67958bdb2ef5abd1622.tar.gz
external_python_setuptools-e63e131686be6bae3249a67958bdb2ef5abd1622.tar.bz2
external_python_setuptools-e63e131686be6bae3249a67958bdb2ef5abd1622.zip
Suppress UserWarning in pkg_resources.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 2 insertions, 0 deletions
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