Commit e63e1316 authored by Jason R. Coombs's avatar Jason R. Coombs

Suppress UserWarning in pkg_resources.

parent 35cdda92
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment