Skip to content

Commit 78e44b9

Browse files
Update pytest requirement from <4,==3.10.1 to ==5.4.2
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest@3.10.1...5.4.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 2ea55c7 commit 78e44b9

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.10.1,<4 # see https://github.com/html5lib/html5lib-python/pull/429
8+
pytest==5.4.2 # 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)