Skip to content

Commit

Permalink
Revert "ignore own signature-related deprecation warnings in release …
Browse files Browse the repository at this point in the history
…process"

This reverts commit 7fab480.
  • Loading branch information
xflr6 committed Mar 21, 2024
1 parent 195855c commit 8d8c659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release_process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Run the tests, lint the code, and build the documentation:

.. code:: bash
$ python -m tox -r -- -W error -W ignore:"The signature of":PendingDeprecationWarning # --recreate, raise error on warning
$ python -m tox -r -- -W error # --recreate, raise error on warning
$ python lint-code.py --disable-noqa
$ python build-docs.py -b doctest
$ python build-docs.py
Expand Down

0 comments on commit 8d8c659

Please sign in to comment.