We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4e317 commit e91f2f6Copy full SHA for e91f2f6
setup.py
@@ -56,6 +56,6 @@
56
],
57
install_requires=[
58
'hyperframe>=5.2.0,<6',
59
- 'hpack>=3.0.0,<4',
+ 'hpack>=4.0,<5',
60
61
)
tox.ini
@@ -14,7 +14,7 @@ passenv =
14
deps =
15
pytest==6.0.1
16
pytest-cov==2.10.1
17
- pytest-xdist==2.0.0
+ pytest-xdist==2.1.0
18
hypothesis>=5.5,<6
19
commands =
20
pytest --cov-report=xml --cov-report=term --cov=h2 {posargs}
0 commit comments