summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorSimen Heggestøyl <simen@e5r.no>2017-08-31 14:14:35 +0200
committerSimen Heggestøyl <simen@e5r.no>2017-08-31 14:16:52 +0200
commit1dd3e9a5581308cace94a3e2fd6443f1fb2258e7 (patch)
tree85853c1bdeb7750a5aa5ed6434208d3ab407b3bf /CONTRIBUTING.rst
parent40bfd13b4383512160a139aea3721c3746a4d7ae (diff)
downloadwerkzeug-1dd3e9a5581308cace94a3e2fd6443f1fb2258e7.tar.gz
Add `pytest-xprocess` to list of test requirements
The `pytest-xprocess` package is required to run the test suite, so mention it as a minimal test requirement in the contribution guidelines.
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 869ccb5d..31dd23e1 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -54,7 +54,7 @@ Install Werkzeug in editable mode::
Install the minimal test requirements::
- pip install pytest requests
+ pip install pytest pytest-xprocess requests
Then you can run the testsuite with::