Author: Armin Rigo <[email protected]> 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 _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
