Skip to content

Commit 2a73890

Browse files
committed
use pytest-randomly
1 parent 9d2aab1 commit 2a73890

8 files changed

+8
-0
lines changed

ci/deps/actions-38-db-min.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies:
88
- cython>=0.29.21
99
- pytest>=6.0
1010
- pytest-cov
11+
- pytest-randomly
1112
- pytest-xdist>=1.31
1213
- hypothesis>=5.5.3
1314

ci/deps/actions-38-locale.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies:
88
- cython>=0.29.21
99
- pytest>=6.0
1010
- pytest-cov
11+
- pytest-randomly
1112
- pytest-xdist>=1.31
1213
- pytest-asyncio>=0.12.0
1314
- hypothesis>=5.5.3

ci/deps/actions-38-minimum_versions.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies:
88
- cython=0.29.21
99
- pytest>=6.0
1010
- pytest-cov
11+
- pytest-randomly
1112
- pytest-xdist>=1.31
1213
- hypothesis>=5.5.3
1314
- psutil

ci/deps/actions-38-slow.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies:
88
- cython>=0.29.21
99
- pytest>=6.0
1010
- pytest-cov
11+
- pytest-randomly
1112
- pytest-xdist>=1.31
1213
- hypothesis>=5.5.3
1314

ci/deps/actions-38.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dependencies:
99
- cython>=0.29.21
1010
- pytest>=6.0
1111
- pytest-cov
12+
- pytest-randomly
1213
- pytest-xdist>=1.31
1314
- hypothesis>=5.5.3
1415

ci/deps/actions-39-numpydev.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies:
77
# tools
88
- pytest>=6.0
99
- pytest-cov
10+
- pytest-randomly
1011
- pytest-xdist>=1.31
1112
- hypothesis>=5.5.3
1213

ci/deps/actions-39-slow.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dependencies:
99
- cython>=0.29.21
1010
- pytest>=6.0
1111
- pytest-cov
12+
- pytest-randomly
1213
- pytest-xdist>=1.31
1314
- hypothesis>=5.5.3
1415

ci/deps/actions-39.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies:
88
- cython>=0.29.21
99
- pytest>=6.0
1010
- pytest-cov
11+
- pytest-randomly
1112
- pytest-xdist>=1.31
1213
- hypothesis>=5.5.3
1314

0 commit comments

Comments
 (0)