aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2018-05-09 21:35:35 +0300
committerMatti Picus <matti.picus@gmail.com>2018-05-09 21:35:35 +0300
commit49df67f98660001d5b43c2e4a19b6472dccf430b (patch)
tree50d7d8e200e065a92a61034424ba11e3c5f95389 /pypy/doc/contributing.rst
parentstart to document --runappdirect pytest option (diff)
downloadpypy-49df67f98660001d5b43c2e4a19b6472dccf430b.tar.gz
pypy-49df67f98660001d5b43c2e4a19b6472dccf430b.tar.bz2
pypy-49df67f98660001d5b43c2e4a19b6472dccf430b.zip
document more test requirments
Diffstat (limited to 'pypy/doc/contributing.rst')
-rw-r--r--pypy/doc/contributing.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/pypy/doc/contributing.rst b/pypy/doc/contributing.rst
index cf5977112d..85f3680493 100644
--- a/pypy/doc/contributing.rst
+++ b/pypy/doc/contributing.rst
@@ -293,7 +293,8 @@ you can find out with the ``--version`` switch.
You will need the `build requirements`_ to run tests successfully, since many of
them compile little pieces of PyPy and then run the tests inside that minimal
-interpreter
+interpreter. The `cpyext` tests also require `pycparser`, and many tests build
+cases with `hypothesis`.
Now on to running some tests. PyPy has many different test directories
and you can use shell completion to point at directories or files::