|
1 |
| -unittest2; python_version <= "3.9" |
| 1 | +pytest >= 7.0, < 8.4 |
2 | 2 |
|
3 |
| -pytest >= 3.2.0, < 3.3; python_version == "2.6" |
4 |
| -pytest >= 4.6.9, < 5.0; python_version == "2.7" |
5 |
| -pytest >= 2.9.0, < 3.0; python_version == "3.2" |
6 |
| -pytest >= 3.2.0, < 3.3; python_version == "3.3" |
7 |
| -pytest >= 4.6.9, < 5.0; python_version == "3.4" |
8 |
| -pytest >= 6.1.2, < 6.2; python_version == "3.5" |
9 |
| -pytest >= 6.2.5, < 7.5; python_version >= "3.6" |
10 |
| - |
11 |
| -coverage >= 4.5, < 5.0; python_version == "2.6" |
12 |
| -coverage >= 5.5, < 6.0; python_version == "2.7" |
13 |
| -coverage >= 3.7, < 4.0; python_version == "3.2" |
14 |
| -coverage >= 4.5, < 5.0; python_version == "3.3" |
15 |
| -coverage >= 4.5, < 5.0; python_version == "3.4" |
16 |
| -coverage >= 5.5, < 6.0; python_version == "3.5" |
17 |
| -coverage >= 5.5, < 7.4; python_version >= "3.6" |
18 |
| -pytest-cov >= 2.5, < 2.6; python_version == "2.6" |
19 |
| -pytest-cov >= 2.9, < 3.0; python_version == "2.7" |
20 |
| -pytest-cov >= 2.5, < 2.6; python_version == "3.2" |
21 |
| -pytest-cov >= 2.5, < 2.6; python_version == "3.3" |
22 |
| -pytest-cov >= 2.5, < 2.9; python_version == "3.4" |
23 |
| -pytest-cov >= 2.9, < 4.2; python_version >= "3.5" |
| 3 | +pytest-cov >= 3.0, < 6.1 |
| 4 | +coverage >= 5.0, < 7.7 |
0 commit comments