Skip to content

Commit 48ee874

Browse files
committed
Exclude sphinx plugin tests in 3.14 (for now)
1 parent ba9d084 commit 48ee874

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
run: |
3232
uv run pytest --cov --cov-config=.coveragerc tests pydispatch doc README.md
3333
- name: Test python-dispatch-sphinx
34+
# TODO: Remove 3.14 exclusion when 3.14 support is added to sphinx-plugin
35+
if: ${{ matrix.python-version != '3.14' }}
3436
run: |
3537
uv run pytest --cov --cov-append --cov-config=sphinx-plugin/.coveragerc sphinx-plugin/tests
3638
- name: Upload to Coveralls

.github/workflows/dist-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ jobs:
103103
- name: Test pydispatch distribution
104104
run: py.test tests/
105105
- name: Test pydispatch_sphinx distribution
106+
# TODO: Remove 3.14 exclusion when 3.14 support is added to sphinx-plugin
107+
if: ${{ matrix.python-version != '3.14' }}
106108
run: py.test sphinx-plugin/tests/
107109

108110
deploy:

0 commit comments

Comments
 (0)