aboutsummaryrefslogtreecommitdiff
blob: a1282d0eb2d8a5f2eafaeac121bd96ea78d2f606 (plain)
1
2
3
4
5
6
7
8
9
10
11
--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

# hypothesis is used for test generation on untranslated tests
hypothesis<4.40
enum34>=1.1.2