Skip to content

Commit 359de87

Browse files
authored
Remove depreciation warning in test minimal (#471)
* remove depreciation warning in test minimal * fix intereaction between pytest-cov and pytest-xdist * ifix compatibility between pytest-randomly and pytest-xdist
1 parent 70e09c2 commit 359de87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ test = [
5959
"matplotlib >= 3.1.0, < 4",
6060
"packaging >= 14.0, < 100",
6161
"pytest >= 8.0, < 9",
62-
"pytest-cov >= 3.0, < 8",
62+
"pytest-cov >= 5.0, < 8",
6363
"pytest-durations >= 1.0.0, < 2",
6464
"pytest-env >= 1.0.0, < 2",
6565
"pytest-html >= 4.0.0, < 5",
6666
"pytest-mpl >= 0.14, < 1",
67-
"pytest-randomly >= 3.0.0, < 5",
67+
"pytest-randomly >= 3.3.0, < 5",
6868
"pytest-reportlog >= 0.2.1, < 1",
6969
"pytest-timeout >= 2.3.1, < 3",
7070
"pytest-xdist[psutil] >= 3.4.0, < 4",

0 commit comments

Comments
 (0)