From 8d8c65913706751a246f7b00cbc513c69cc217ba Mon Sep 17 00:00:00 2001 From: Sebastian Bank Date: Thu, 21 Mar 2024 08:14:54 +0100 Subject: [PATCH] Revert "ignore own signature-related deprecation warnings in release process" This reverts commit 7fab480418ebdf5f4b19b24c985b853542c97439. --- docs/release_process.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release_process.rst b/docs/release_process.rst index 9a0c03a058..bece7e0189 100644 --- a/docs/release_process.rst +++ b/docs/release_process.rst @@ -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