Author: Matti Picus <matti.pi...@gmail.com>
Branch: 
Changeset: r93150:8c42f0f755c0
Date: 2017-11-23 18:48 +0200
http://bitbucket.org/pypy/pypy/changeset/8c42f0f755c0/

Log:    cannot pip install vmprof on arm, s390x

diff --git a/requirements.txt b/requirements.txt
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,7 @@
 cffi>=1.4.0
-vmprof>=0.4.10  # required to parse log files in rvmprof tests
+
+# parse log files in rvmprof tests
+vmprof>=0.4.10; 'x86' in platform.machine #skip arm, s390x
 
 # hypothesis is used for test generation on untranslated tests
 hypothesis
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to