File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 50
50
- python : pypy3.10
51
51
platform : ubuntu-latest
52
52
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' }}
54
54
steps :
55
55
- uses : actions/checkout@v4
56
56
- name : Setup Python
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ dependencies = [
35
35
]
36
36
dynamic = [" version" ]
37
37
38
+ [project .urls ]
39
+ Homepage = " https://github.com/coherent-oss/pytest-ignore-flaky"
38
40
39
41
[project .optional-dependencies ]
40
42
testing = [
@@ -60,9 +62,6 @@ docs = [
60
62
# local
61
63
]
62
64
63
- [project .urls ]
64
- Homepage = " https://github.com/coherent-oss/pytest-ignore-flaky"
65
-
66
65
[project .entry-points ]
67
66
pytest11 = {pytest_ignore_flaky = " pytest_ignore_flaky" }
68
67
You can’t perform that action at this time.
0 commit comments