aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-10-05 20:41:13 +0300
committerMatti Picus <matti.picus@gmail.com>2020-10-05 20:41:13 +0300
commit6a32fe15720fad2fd75551ea182eec21fa562b71 (patch)
treef2825c0b2050b4752d8603348c35fea84dfe1eb0 /requirements.txt
parentmerge default into branch (diff)
downloadpypy-6a32fe15720fad2fd75551ea182eec21fa562b71.tar.gz
pypy-6a32fe15720fad2fd75551ea182eec21fa562b71.tar.bz2
pypy-6a32fe15720fad2fd75551ea182eec21fa562b71.zip
install cffi from source
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 5b2203f34b..652db52373 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,9 +1,10 @@
--only-binary vmprof
-
+# because the win64 build worker get confused whether it is 32 or 64-bit
+--no-binary cffi
cffi>=1.4.0
# parse log files in rvmprof tests
-vmprof>=0.4.10; 'x86' in platform.machine #skip arm, s390x
+# vmprof>=0.4.10; 'x86' in platform.machine #skip arm, s390x
# hypothesis is used for test generation on untranslated tests
hypothesis<4.40