aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2021-01-02 22:36:23 +0200
committerMatti Picus <matti.picus@gmail.com>2021-01-02 22:36:23 +0200
commit10026af19c13cf772808909c3e2ad2ad6e7fd029 (patch)
tree2dd1dc3521ff606ff81a62c7e79e8203eba3ff62 /requirements.txt
parenthappy new year (diff)
downloadpypy-10026af19c13cf772808909c3e2ad2ad6e7fd029.tar.gz
pypy-10026af19c13cf772808909c3e2ad2ad6e7fd029.tar.bz2
pypy-10026af19c13cf772808909c3e2ad2ad6e7fd029.zip
enable vmprof installation for rpython/rlib/rvmprof tests
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 652db52373..a1282d0eb2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@
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