Skip to content

Commit 4935ee7

Browse files
committed
ci: stop automatically retrying failed tests
1 parent 82e16dc commit 4935ee7

File tree

3 files changed

+1
-42
lines changed

3 files changed

+1
-42
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
- name: Generate rest sync code and tests
4747
run: uv run unasync
4848
- name: Test with pytest
49-
run: uv run pytest --verbose --tb=short --reruns 3
49+
run: uv run pytest --verbose --tb=short --capture=no

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ dev = [
5252
"respx>=0.22.0,<0.23.0; python_version>='3.8'",
5353
"importlib-metadata>=4.12,<5.0",
5454
"pytest-timeout>=2.1.0,<3.0.0",
55-
"pytest-rerunfailures>=13.0,<14.0; python_version=='3.7'",
56-
"pytest-rerunfailures>=14.0,<15.0; python_version>='3.8'",
5755
"async-case>=10.1.0,<11.0.0; python_version=='3.7'",
5856
"tokenize_rt",
5957
"vcdiff-decoder>=0.1.0a1",

uv.lock

Lines changed: 0 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)