Author: mattip <[email protected]> Branch: Changeset: r82390:b46f8fd85897 Date: 2016-02-22 14:03 +0100 http://bitbucket.org/pypy/pypy/changeset/b46f8fd85897/
Log: add requirements.txt for untranslated tests diff --git a/requirements.txt b/requirements.txt new file mode 100644 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +# hypothesis is used for test generation on untranslated jit tests +hypothesis + _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
