Skip to content

Commit 0b95ff8

Browse files
committed
Comments
1 parent c2bcc05 commit 0b95ff8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,19 @@ basepython =
4747
deps =
4848
{[default]deps}
4949

50+
# In Python 2, we need to pull in typing
5051
{py26,py27}: typing==3.7.4.1
5152

53+
# For pytest
5254
{py26,py27,py34}: pytest==4.6.9
5355
{py35,py36,py37,py38}: pytest==5.2.4
5456
py27: mock==3.0.5
5557

58+
# For code coverage
5659
{[testenv:coverage_report]deps}
5760
pytest-cov==2.8.1
5861

59-
# py34 isn't supported by hypothesis
62+
# For hypothesis. Note Python 3.4 isn't supported by hypothesis.
6063
py27: hypothesis==4.43.3 # rq.filter: <4.44
6164
{py35,py36,py37,py38,py39,py2,py3}: hypothesis==5.8.4
6265

0 commit comments

Comments
 (0)