Skip to content

Commit

Permalink
Remove EncodingWarning workarounds for setuptools from pytest.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Apr 22, 2024
1 parent 9a7e1bf commit ab22f5c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ filterwarnings=
# Fail on warnings
error

# Workarounds for pypa/setuptools#3810
# Can't use EncodingWarning as it doesn't exist on Python 3.9.
# These warnings only appear on Python 3.10+
default:'encoding' argument not specified

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

## upstream

# Ensure ResourceWarnings are emitted
Expand Down

0 comments on commit ab22f5c

Please sign in to comment.