diff options
Diffstat (limited to 'doc/internals')
| -rw-r--r-- | doc/internals/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internals/contributing.rst b/doc/internals/contributing.rst index a8753dddc..195f6a56c 100644 --- a/doc/internals/contributing.rst +++ b/doc/internals/contributing.rst @@ -181,7 +181,7 @@ of targets and allows testing against multiple different Python environments: * To run unit tests for a specific Python version and turn on deprecation warnings so they're shown in the test output:: - PYTHONWARNINGS=all tox -e py310 + PYTHONWARNINGS=error tox -e py310 * Arguments to ``pytest`` can be passed via ``tox``, e.g., in order to run a particular test:: |
