Skip to content

Commit 7fab480

Browse files
committed
ignore own signature-related deprecation warnings in release process
https://docs.python.org/3/library/warnings.html#describing-warning-filters
1 parent 09e2161 commit 7fab480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/release_process.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Run the tests, lint the code, and build the documentation:
4343

4444
.. code:: bash
4545
46-
$ python -m tox -r -- -W error # --recreate, raise error on warning
46+
$ python -m tox -r -- -W error -W ignore:"The signature of":PendingDeprecationWarning # --recreate, raise error on warning
4747
$ python lint-code.py --disable-noqa
4848
$ python build-docs.py -b doctest
4949
$ python build-docs.py

0 commit comments

Comments
 (0)