diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-09-14 19:30:08 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-09-14 19:30:08 -0400 |
| commit | 2995140fe8fc3d0de9f9fa6fe0d574dc2d9a0ca3 (patch) | |
| tree | df83f1577e5d8b4d6fffc4fa3ff85df898b7a00a /pytest.ini | |
| parent | f84c145482d273cd6b90e20012443edcfd59ff0d (diff) | |
| download | python-setuptools-git-2995140fe8fc3d0de9f9fa6fe0d574dc2d9a0ca3.tar.gz | |
Remove legacy warning suppressions and Python 2 ignored collections.
Diffstat (limited to 'pytest.ini')
| -rw-r--r-- | pytest.ini | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -9,17 +9,10 @@ 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 # Suppress use of bytes for filenames on Windows until fixed #2016 ignore:The Windows bytes API has been deprecated:DeprecationWarning - # Suppress other Python 2 UnicodeWarnings - ignore:Unicode equal comparison failed to convert:UnicodeWarning - ignore:Unicode unequal comparison failed to convert:UnicodeWarning - # https://github.com/pypa/setuptools/issues/2025 - ignore:direct construction of .*Item has been deprecated:DeprecationWarning # https://github.com/pypa/setuptools/issues/2081 ignore:lib2to3 package is deprecated:PendingDeprecationWarning ignore:lib2to3 package is deprecated:DeprecationWarning |
