gsnedders@apple.com | 61e962b | 2021-05-20 19:09:06 +0000 | [diff] [blame] | 1 | [tox] |
2 | envlist = py27,py36,py37,py38,py39,py310 | ||||
3 | skipsdist=True | ||||
4 | |||||
5 | [testenv:py27] | ||||
6 | # Some of our tests fail with unpredictable dict enumeration order | ||||
7 | setenv = PYTHONHASHSEED = 0 | ||||
8 | |||||
9 | [testenv:py36] | ||||
10 | # Some of our tests fail with unpredictable dict enumeration order | ||||
11 | setenv = PYTHONHASHSEED = 0 | ||||
12 | |||||
13 | [testenv] | ||||
14 | deps = | ||||
15 | pytest | ||||
16 | pytest-xdist | ||||
17 | commands = | ||||
18 | pytest {posargs} |