Skip to content

Commit

Permalink
[requires.io] dependency update (#1233)
Browse files Browse the repository at this point in the history
Co-authored-by: requires.io <[email protected]>
  • Loading branch information
glyph and requires authored Aug 2, 2020
1 parent a66544d commit 355ace9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ python =
passenv =
GITHUB_*
deps =
pytest==5.4.3
pytest==6.0.1
pytest-cov==2.10.0
pytest-xdist==1.33.0
pytest-xdist==1.34.0
hypothesis>=5.5,<6
commands =
pytest --cov-report=xml --cov-report=term --cov=h2 {posargs}
Expand Down Expand Up @@ -42,15 +42,15 @@ commands =
[testenv:graphs]
basepython = python3.8
deps =
graphviz==0.13.2
graphviz==0.14.1
commands =
python visualizer/visualize.py -i docs/source/_static

[testenv:packaging]
basepython = python3.8
deps =
check-manifest==0.41
readme-renderer==25.0
check-manifest==0.42
readme-renderer==26.0
twine==3.2.0
commands =
check-manifest
Expand All @@ -60,7 +60,7 @@ commands =
[testenv:h2spec]
basepython = python3.8
deps =
twisted[tls]==19.10.0
twisted[tls]==20.3.0
whitelist_externals = {toxinidir}/test/h2spectest.sh
commands =
{toxinidir}/test/h2spectest.sh

0 comments on commit 355ace9

Please sign in to comment.