Skip to content

Commit b7a8208

Browse files
committed
# Conflicts: # pytest.ini
2 parents 32df91a + 4ce054b commit b7a8208

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pytest.ini

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ filterwarnings=
2828
# python/cpython#100750
2929
ignore:'encoding' argument not specified::platform
3030

31-
# Dependencies might not have been updated yet
32-
default:onerror argument is deprecated, use onexc instead
31+
# pypa/build#615
32+
ignore:'encoding' argument not specified:EncodingWarning:build.env
3333

3434
## end upstream
3535

@@ -84,3 +84,6 @@ filterwarnings=
8484

8585
# suppress known deprecation
8686
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

Comments
 (0)