We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32df91a + 4ce054b commit b7a8208Copy full SHA for b7a8208
pytest.ini
@@ -28,8 +28,8 @@ filterwarnings=
28
# python/cpython#100750
29
ignore:'encoding' argument not specified::platform
30
31
- # Dependencies might not have been updated yet
32
- default:onerror argument is deprecated, use onexc instead
+ # pypa/build#615
+ ignore:'encoding' argument not specified:EncodingWarning:build.env
33
34
## end upstream
35
@@ -84,3 +84,6 @@ filterwarnings=
84
85
# suppress known deprecation
86
ignore:pkg_resources is deprecated:DeprecationWarning
87
+
88
+ # Dependencies might not have been updated yet
89
+ default:onerror argument is deprecated, use onexc instead
0 commit comments