Skip to content

Commit e62d023

Browse files
committed
add pytest randomly to fix pytest-xdist issue, see pytest-dev/pytest-xdist#432
1 parent 1394aa7 commit e62d023

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ test = [
5656
"pytest>=7.4,<8.1",
5757
"pytest-cov~=4.1.0",
5858
"pytest-mock~=3.12.0",
59+
"pytest-randomly==3.*",
5960
"pytest-xdist==3.*",
6061
"security~=1.2.0",
6162
"types-mock==5.1.*",

0 commit comments

Comments
 (0)