Author: Ronan Lamy <[email protected]> Branch: Changeset: r86199:2f57d12b8365 Date: 2016-08-15 15:36 +0100 http://bitbucket.org/pypy/pypy/changeset/2f57d12b8365/
Log: Add cffi requirement for 'own' tests diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ +cffi>=1.4.0 + # hypothesis is used for test generation on untranslated tests hypothesis enum34>=1.1.2 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
