Skip to content

Commit 4e56693

Browse files
Update pytest requirement from <5.3.0 to <5.4.0
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@1.0.0b3...5.3.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 9b5897e commit 4e56693

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
],
4848
zip_safe=True,
4949
setup_requires=[] + PYTEST_RUNNER,
50-
tests_require=["pytest < 5.3.0"],
50+
tests_require=["pytest < 5.4.0"],
5151
test_suite="tests",
5252
)

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest < 5.3.0
1+
pytest < 5.4.0
22
pytest-runner
33
pytest-cov

0 commit comments

Comments
 (0)