Skip to content

Commit 370aea7

Browse files
committed
# Conflicts: # pyproject.toml
2 parents edfb155 + bcf8f07 commit 370aea7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- python: pypy3.10
5151
platform: ubuntu-latest
5252
runs-on: ${{ matrix.platform }}
53-
continue-on-error: ${{ matrix.python == '3.13' }}
53+
continue-on-error: ${{ matrix.python == '3.13' || (matrix.python == '3.8' || matrix.python == '3.9') && matrix.platform == 'macos-latest' }}
5454
steps:
5555
- uses: actions/checkout@v4
5656
- name: Setup Python

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ dependencies = [
3535
]
3636
dynamic = ["version"]
3737

38+
[project.urls]
39+
Homepage = "https://github.com/coherent-oss/pytest-ignore-flaky"
3840

3941
[project.optional-dependencies]
4042
testing = [
@@ -60,9 +62,6 @@ docs = [
6062
# local
6163
]
6264

63-
[project.urls]
64-
Homepage = "https://github.com/coherent-oss/pytest-ignore-flaky"
65-
6665
[project.entry-points]
6766
pytest11 = {pytest_ignore_flaky = "pytest_ignore_flaky"}
6867

0 commit comments

Comments
 (0)