We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b93ccc commit 9508489Copy full SHA for 9508489
pytest.ini
@@ -34,3 +34,7 @@ filterwarnings=
34
35
# suppress well know deprecation warning
36
ignore:distutils.log.Log is deprecated
37
+
38
+ # pytest-dev/pyfakefs#957
39
+ ignore:UTF-8 Mode affects locale.getpreferredencoding::pyfakefs.fake_file
40
+ ignore:'encoding' argument not specified::pyfakefs.helpers
0 commit comments