Skip to content

Commit

Permalink
Suppress EncodingWarnings in pyfakefs. Ref #232. Workaround for pytes…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 2, 2024
1 parent 2b93ccc commit 9508489
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ filterwarnings=

# suppress well know deprecation warning
ignore:distutils.log.Log is deprecated

# pytest-dev/pyfakefs#957
ignore:UTF-8 Mode affects locale.getpreferredencoding::pyfakefs.fake_file
ignore:'encoding' argument not specified::pyfakefs.helpers

0 comments on commit 9508489

Please sign in to comment.