summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 14d71c8..6011389 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -83,16 +83,6 @@ pytest tests/integration/test_cache.py
For backend databases, you can install and run them on the host instead of in a container, as long
as they are running on the default port.
-## Debugging
-When you run into issues while working on new features and/or tests, it will make your life much easier
-to use a debugger instead of `print` statements. Most IDEs have a built-in debugger, but if
-you prefer the command line, [ipdb](https://github.com/gotcha/ipdb) is a good option. To install:
-```bash
-pip install ipython ipdb
-```
-
-The `runtests.sh` script will use ipdb by default, if it's installed.
-
## Documentation
[Sphinx](http://www.sphinx-doc.org/en/master/) is used to generate documentation.