Skip to content

Commit 354621e

Browse files
committed
upgrade pytest too
1 parent f8c4f06 commit 354621e

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 < 4.3.0"],
50+
tests_require=["pytest < 5.3.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 < 4.3.0
1+
pytest < 5.3.0
22
pytest-runner
33
pytest-cov

0 commit comments

Comments
 (0)