Skip to content

Commit f07ad1a

Browse files
Update pytest requirement from ~=7.1.3 to ~=7.2.0 (#125)
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/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.1.3...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rob Brackett <rob@robbrackett.com>
1 parent acbd17d commit f07ad1a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# setup.py.
1010
coverage ~=6.5
1111
flake8 ~=5.0.4
12-
pytest ~=7.1.3
12+
pytest ~=7.2.0

web_monitoring_diff/tests/test_html_diff.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def inner(**kwargs):
5454
filename = func.__name__ + '-' + '-'.join(kwargs.values()) + '.html'
5555
with open(OUTPUT_DIR / Path(filename), 'w') as file:
5656
file.write(d)
57-
return d
5857
return inner
5958

6059
# For now it's unclear what the 'expected' results should be, so these

0 commit comments

Comments
 (0)