Skip to content

Commit e678dd7

Browse files
committed
fixup! pytest.ini: ignore PyDevIPCompleter6 deprecation warnings
1 parent 5640441 commit e678dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

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

0 commit comments

Comments
 (0)