Skip to content

Commit 1263e9b

Browse files
pytest 8 (#1549)
* pytest 8 * bump coveralls, pytest-cov --------- Co-authored-by: Erik Wrede <[email protected]>
1 parent 74b33ae commit 1263e9b

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,13 +45,13 @@ def run_tests(self):
4545

4646

4747
tests_require = [
48-
"pytest>=7,<8",
48+
"pytest>=8,<9",
4949
"pytest-benchmark>=4,<5",
50-
"pytest-cov>=4,<5",
50+
"pytest-cov>=5,<6",
5151
"pytest-mock>=3,<4",
5252
"pytest-asyncio>=0.16,<2",
5353
"snapshottest>=0.6,<1",
54-
"coveralls>=3.3,<4",
54+
"coveralls>=4,<5",
5555
]
5656

5757
dev_requires = ["black==22.3.0", "flake8>=4,<5"] + tests_require

0 commit comments

Comments
 (0)