[pypy-commit] cffi default: Mention py.test in the 'requirements' section.

arigo noreply at buildbot.pypy.org
Fri Jul 27 14:34:33 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r711:67e693590a1d
Date: 2012-07-27 14:34 +0200
http://bitbucket.org/cffi/cffi/changeset/67e693590a1d/

Log:	Mention py.test in the 'requirements' section.

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -79,6 +79,10 @@
 * a C compiler is required to use CFFI during development, but not to run
   correctly-installed programs that use CFFI.
 
+* `py.test`_ is needed to run the tests of CFFI.
+
+.. _`py.test`: http://pypi.python.org/pypi/pytest
+
 Download and Installation:
 
 * https://bitbucket.org/cffi/cffi/downloads


More information about the pypy-commit mailing list