summaryrefslogtreecommitdiff
path: root/doc/contributing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/contributing.rst')
-rw-r--r--doc/contributing.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst
index 09e889c7..1ccb4061 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -128,10 +128,6 @@ these as 1 to use them:
- COVERAGE_AST_DUMP: will dump the AST tree as it is being used during code
parsing.
-- COVERAGE_KEEP_TMP: keeps the temporary directories in which tests are run.
- This makes debugging tests easier. The temporary directories are at
- ``$TMPDIR/coverage_test/*``, and are named for the test that made them.
-
Of course, run all the tests on every version of Python you have, before
submitting a change.