Skip to content

Commit

Permalink
Try to ignore EncodingWarning from distutils.util.byte_compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Apr 22, 2024
1 parent 81f61d5 commit c40ddc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ filterwarnings=

# Already fixed in pypa/distutils, but present in stdlib
ignore:'encoding' argument not specified::distutils
# The stdlib test calls distutils.util.byte_compile but the true call location is hidden by pytest.warn context
ignore:'encoding' argument not specified::setuptools.tests.test_build_py

## end upstream

Expand Down

0 comments on commit c40ddc6

Please sign in to comment.