Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 05b73ef

Browse files
committedFeb 27, 2020
Update pytest to 3.10.1 (the last < 4 release)
See #429 for upgrading to >= 4
1 parent 1df0206 commit 05b73ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# pin all of our direct dependencies
66
tox==3.14.5
77
flake8==3.7.9
8-
pytest==3.2.5,<4 # see https://github.com/html5lib/html5lib-python/pull/429
8+
pytest==3.10.1,<4 # see https://github.com/html5lib/html5lib-python/pull/429
99
coverage==5.0.3
1010
pytest-expect==1.1.0
1111
mock==3.0.5

0 commit comments

Comments
 (0)
Please sign in to comment.