This commit is contained in:
Wilfredo Sánchez 2020-04-14 18:11:10 -07:00
parent c2bcc057d2
commit 0b95ff82c6
1 changed files with 4 additions and 1 deletions

View File

@ -47,16 +47,19 @@ basepython =
deps =
{[default]deps}
# In Python 2, we need to pull in typing
{py26,py27}: typing==3.7.4.1
# For pytest
{py26,py27,py34}: pytest==4.6.9
{py35,py36,py37,py38}: pytest==5.2.4
py27: mock==3.0.5
# For code coverage
{[testenv:coverage_report]deps}
pytest-cov==2.8.1
# py34 isn't supported by hypothesis
# For hypothesis. Note Python 3.4 isn't supported by hypothesis.
py27: hypothesis==4.43.3 # rq.filter: <4.44
{py35,py36,py37,py38,py39,py2,py3}: hypothesis==5.8.4