Skip to content

Commit

Permalink
Remove distutils EncodingWarning exclusion in pytest.ini
Browse files Browse the repository at this point in the history
Vendored distutils was updated with fixes
  • Loading branch information
Avasam committed Apr 21, 2024
1 parent 912ce12 commit 5462b63
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ filterwarnings=
# These warnings only appear on Python 3.10+
default:'encoding' argument not specified

# pypa/distutils#236
ignore:'encoding' argument not specified::distutils
ignore:'encoding' argument not specified::setuptools._distutils

# subprocess.check_output still warns with EncodingWarning even with encoding set
ignore:'encoding' argument not specified::setuptools.tests.environment

Expand Down

0 comments on commit 5462b63

Please sign in to comment.