diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-07 17:25:23 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-07 17:25:23 -0500 |
| commit | e63e131686be6bae3249a67958bdb2ef5abd1622 (patch) | |
| tree | c2ec3b57e33e4296c6636288c04bf0e719df9a95 /pytest.ini | |
| parent | 35cdda926151d52963baf32e0770f2d5f16e5dfd (diff) | |
| download | external_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.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
