Skip to content

Commit e288a88

Browse files
committed
use pytest-randomly
1 parent 02fdbde commit e288a88

9 files changed

+13
-0
lines changed

ci/deps/actions-38-locale.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ dependencies:
3939
- pip
4040
- pip:
4141
- pyxlsb
42+
- pytest-randomly

ci/deps/actions-38-minimum_versions.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ dependencies:
2929
- xlsxwriter=1.2.2
3030
- xlwt=1.3.0
3131
- html5lib=1.1
32+
- pip:
33+
- pytest-randomly

ci/deps/actions-38-slow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ dependencies:
3636
- moto
3737
- flask
3838
- numba
39+
- pip:
40+
- pytest-randomly

ci/deps/actions-38.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ dependencies:
1818
- nomkl
1919
- pytz
2020
- tabulate==0.8.7
21+
22+
- pip:
23+
- pytest-randomly

ci/deps/actions-39-numpydev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ dependencies:
2020
- "--pre"
2121
- "numpy"
2222
- "scipy"
23+
- pytest-randomly

ci/deps/actions-39-slow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ dependencies:
4141
- pip
4242
- pip:
4343
- pyxlsb
44+
- pytest-randomly

ci/deps/actions-39.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ dependencies:
4040
- pip
4141
- pip:
4242
- pyxlsb
43+
- pytest-randomly

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ dependencies:
118118
- git+https://github.com/pydata/pydata-sphinx-theme.git@master
119119
- numpydoc < 1.2 # 2021-02-09 1.2dev breaking CI
120120
- pandas-dev-flaker==0.2.0
121+
- pytest-randomly
121122
- types-python-dateutil
122123
- types-PyMySQL
123124
- types-pytz

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ natsort
8181
git+https://github.com/pydata/pydata-sphinx-theme.git@master
8282
numpydoc < 1.2
8383
pandas-dev-flaker==0.2.0
84+
pytest-randomly
8485
types-python-dateutil
8586
types-PyMySQL
8687
types-pytz

0 commit comments

Comments
 (0)