Skip to content

Commit

Permalink
[requires.io] dependency update on master branch (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Aug 30, 2020
1 parent 2902baa commit dbb04b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ passenv =
deps =
pytest==6.0.1
pytest-cov==2.10.1
pytest-xdist==2.0.0
pytest-xdist==2.1.0
commands =
pytest --cov-report=xml --cov-report=term --cov=wsproto {posargs}

Expand All @@ -30,7 +30,7 @@ commands =
[testenv:format]
basepython = python3.8
deps =
black==19.10b0
black==20.8b1
isort==5.4.2
commands =
black --check --diff src/ test/ example/ compliance/
Expand Down

0 comments on commit dbb04b1

Please sign in to comment.