Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 828ce7f

Browse files
Update pytest requirement from <5.4 to <6.3
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@1.0.0b3...6.2.2) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22c82c1 commit 828ce7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
extras_require={
3535
"test": [
3636
"coverage==4.5.4",
37-
"pytest<5.4",
37+
"pytest<6.3",
3838
"pytest-cov",
3939
"coveralls",
4040
"testfixtures",

0 commit comments

Comments
 (0)