Skip to content

Commit 5640441

Browse files
committed
pytest.ini: ignore PyDevIPCompleter6 deprecation warnings
Because we treat warnings as errors, not ignoring this deprecation warning effectively breaks the pycharm debug console for pytest tests.
1 parent 62d5ca8 commit 5640441

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
filterwarnings =
33
error
44
ignore:.*inspect.getargspec\(\) is deprecated.*:DeprecationWarning
5+
ignore:.*Passing unrecognized arguments to super(PyDevIPCompleter6).*:DeprecationWarning

0 commit comments

Comments
 (0)