Skip to content

CI: Use pytest-randomly #51496

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/deps/actions-310-numpydev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
- pytest-xdist>=2.2.0
- hypothesis>=6.34.2
- pytest-asyncio>=0.17
- pytest-randomly

# pandas dependencies
- python-dateutil
Expand Down
1 change: 1 addition & 0 deletions ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- pytest-xdist>=2.2.0
- psutil
- pytest-asyncio>=0.17
- pytest-randomly
- boto3

# required dependencies
Expand Down
1 change: 1 addition & 0 deletions ci/deps/actions-311.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- pytest-xdist>=2.2.0
- psutil
- pytest-asyncio>=0.17
- pytest-randomly
- boto3

# required dependencies
Expand Down
1 change: 1 addition & 0 deletions ci/deps/actions-38-downstream_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- pytest-xdist>=2.2.0
- psutil
- pytest-asyncio>=0.17
- pytest-randomly
- boto3

# required dependencies
Expand Down
1 change: 1 addition & 0 deletions ci/deps/actions-38-minimum_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- pytest-xdist>=2.2.0
- psutil
- pytest-asyncio>=0.17
- pytest-randomly
- boto3

# required dependencies
Expand Down
1 change: 1 addition & 0 deletions ci/deps/actions-38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- pytest-xdist>=2.2.0
- psutil
- pytest-asyncio>=0.17
- pytest-randomly
- boto3

# required dependencies
Expand Down
1 change: 1 addition & 0 deletions ci/deps/actions-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- pytest-xdist>=2.2.0
- psutil
- pytest-asyncio>=0.17
- pytest-randomly
- boto3

# required dependencies
Expand Down
1 change: 1 addition & 0 deletions ci/deps/actions-pypy-38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies:
- pytest-asyncio
- pytest-xdist>=2.2.0
- hypothesis>=6.34.2
- pytest-randomly

# required
- numpy
Expand Down
1 change: 1 addition & 0 deletions ci/deps/circle-38-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- pytest-xdist>=2.2.0
- psutil
- pytest-asyncio>=0.17
- pytest-randomly
- boto3

# required dependencies
Expand Down