Skip to content

Commit 2b0081d

Browse files
committed
MAINT: kicking down the line to deal with the pending deprecation
1 parent 1d6b526 commit 2b0081d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ filterwarnings = [
181181
'ignore:.*env\\.app.*:DeprecationWarning:myst_parser',
182182
# Windows issues, some may need to be fixed in MyST-NB, others are upstream
183183
'ignore:Proactor event loop does not implement add_reader:RuntimeWarning:zmq',
184+
# We deal with this pending deprecation later
185+
'ignore:Argument "writer_name" will be removed in Docutils 2.0:PendingDeprecationWarning'
184186
]
185187

186188
markers = [

0 commit comments

Comments
 (0)