Skip to content

Commit f84b9f3

Browse files
committed
repo: enforce testing failures on deprecation warning
Change-Id: I19be4c5cb01fc280cc0531b9c8c80eed3f5687e6
1 parent 0bb7efa commit f84b9f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pytest.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
[pytest]
2-
asyncio_default_fixture_loop_scope = function
2+
asyncio_default_fixture_loop_scope = function
3+
filterwarnings =
4+
error::DeprecationWarning

0 commit comments

Comments
 (0)