Skip to content

Commit

Permalink
fixup! pytest.ini: ignore PyDevIPCompleter6 deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 1, 2023
1 parent 5640441 commit e678dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
filterwarnings =
error
ignore:.*inspect.getargspec\(\) is deprecated.*:DeprecationWarning
ignore:.*Passing unrecognized arguments to super(PyDevIPCompleter6).*:DeprecationWarning
ignore:.*Passing unrecognized arguments to super\(PyDevIPCompleter6\).*:DeprecationWarning

0 comments on commit e678dd7

Please sign in to comment.