Skip to content

Commit a1b9be5

Browse files
committed
Add pytest-retry
1 parent 3c6587a commit a1b9be5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- uses: actions/checkout@v4
122122

123123
- name: Install test dependencies
124-
run: pip install pytest hypothesis psutil pyarrow
124+
run: pip install pytest pytest-retry hypothesis psutil pyarrow
125125

126126
- name: Run tests
127127
shell: bash

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ doc = [
5151
]
5252
test = [
5353
"pytest",
54+
"pytest-retry",
5455
"hypothesis",
5556
"psutil",
5657
"pyarrow",
@@ -111,6 +112,7 @@ select = ["NPY201"]
111112
[tool.cibuildwheel]
112113
test-requires = [
113114
"pytest",
115+
"pytest-retry",
114116
"hypothesis",
115117
"psutil",
116118
"pyarrow",

0 commit comments

Comments
 (0)