Skip to content

Commit

Permalink
pinpoint specific warning to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Aug 1, 2024
1 parent 550dcd6 commit 912d065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[pytest]
filterwarnings = ignore::DeprecationWarning
filterwarnings = ignore:builtin type .* has no __module__ attribute:DeprecationWarning

0 comments on commit 912d065

Please sign in to comment.