Skip to content

Commit f1f0e84

Browse files
authored
Merge pull request #33 from common-workflow-language/dependabot/pip/pytest-lt-5.4.0
Update pytest requirement from <5.3.0 to <5.4.0
2 parents 9b5897e + 4e56693 commit f1f0e84

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)