blob: 5b2203f34bb06e4d66c05bb1b14da200ef1c220f (
plain)
1
2
3
4
5
6
7
8
9
10
|
--only-binary vmprof
cffi>=1.4.0
# 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<4.40
enum34>=1.1.2
|