Skip to content

Commit 221afaf

Browse files
authored
bump pytest to 7 (#1546)
* bump pytest * downgrade pytest-cov
1 parent 5db1af0 commit 221afaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ def run_tests(self):
4545

4646

4747
tests_require = [
48-
"pytest>=6,<7",
49-
"pytest-benchmark>=3.4,<4",
50-
"pytest-cov>=3,<4",
48+
"pytest>=7,<8",
49+
"pytest-benchmark>=4,<5",
50+
"pytest-cov>=4,<5",
5151
"pytest-mock>=3,<4",
5252
"pytest-asyncio>=0.16,<2",
5353
"snapshottest>=0.6,<1",

0 commit comments

Comments
 (0)