diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2023-02-07 09:54:15 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2023-02-07 09:54:24 -0500 |
| commit | 5f095d18d76f7ae36e57fa3241da341b0f9cd365 (patch) | |
| tree | 36df04bb6ca98470e339826913011ba42fe441ea | |
| parent | 0d9c6f0f5b6182cdac448270dbc0529f91b50bd9 (diff) | |
| download | python-setuptools-git-5f095d18d76f7ae36e57fa3241da341b0f9cd365.tar.gz | |
Add #upstream markers for filtered warnings. Add filter for platform module (ref python/cpython#100750).
| -rw-r--r-- | pytest.ini | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,8 @@ norecursedirs=dist build .tox .eggs addopts=--doctest-modules filterwarnings= + ## upstream + # Ensure ResourceWarnings are emitted default::ResourceWarning @@ -23,3 +25,8 @@ filterwarnings= # realpython/pytest-mypy#152 ignore:'encoding' argument not specified::pytest_mypy + + # python/cpython#100750 + ignore::EncodingWarning:platform + + ## end upstream |
