Skip to content

Commit 2516ffe

Browse files
committed
Ignore throw 3-arg deprecation.
1 parent b85abdb commit 2516ffe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ testpaths =
3232
filterwarnings =
3333
error
3434
ignore:Setting test_aspectlib.MissingGlobal to <class 'test_aspectlib.MissingGlobal'>. There was no previous definition, probably patching the wrong module.
35+
ignore:the \(type, exc, tb\) signature of throw\(\) is deprecated, use the single-arg signature instead.:DeprecationWarning
3536
# You can add exclusions, some examples:
3637
# ignore:'aspectlib' defines default_app_config:PendingDeprecationWarning::
3738
# ignore:The {{% if:::

0 commit comments

Comments
 (0)