Skip to content

Commit 376e377

Browse files
committed
ci(pytest): Ignore docutils deprecation warnings for now
1 parent 3656aad commit 376e377

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ line_length = 88
1818

1919
[tool:pytest]
2020
addopts = --tb=short --no-header --showlocals
21+
filterwarnings =
22+
ignore:The frontend.Option(Parser)? class.*:DeprecationWarning::
2123
testpaths =
2224
src/vcspull
2325
tests

0 commit comments

Comments
 (0)