Skip to content

Commit 25743dc

Browse files
committed
Add an rq.filter to ensure pytest < 5
This is required as pytest >= 5 is Python 3 only and Hyper-h2 supports Python 2.
1 parent d605fad commit 25743dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest==4.6.2
1+
pytest==4.6.2 # rq.filter < 5
22
pytest-cov==2.7.1
33
coverage==4.5.3
44
pytest-xdist==1.29.0

0 commit comments

Comments
 (0)