File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 5050 - python : pypy3.10
5151 platform : ubuntu-latest
5252 runs-on : ${{ matrix.platform }}
53- continue-on-error : ${{ matrix.python == '3.13' || (matrix.python == '3.8' || matrix.python == '3.9') && matrix.platform == 'macos-latest' }}
53+ continue-on-error : ${{ matrix.python == '3.13' }}
5454 steps :
5555 - uses : actions/checkout@v4
5656 - name : Setup Python
Original file line number Diff line number Diff line change 33 install :
44 - path : .
55 extra_requirements :
6- - docs
6+ - doc
77
88# required boilerplate readthedocs/readthedocs.org#10401
99build :
Original file line number Diff line number Diff line change @@ -26,11 +26,10 @@ dependencies = [
2626dynamic = [" version" ]
2727
2828[project .urls ]
29- Homepage = " https://github.com/python/importlib_resources"
30- Documentation = " https://importlib-resources.readthedocs.io/"
29+ Source = " https://github.com/python/importlib_resources"
3130
3231[project .optional-dependencies ]
33- testing = [
32+ test = [
3433 # upstream
3534 " pytest >= 6, != 8.1.*" ,
3635 " pytest-checkdocs >= 2.4" ,
@@ -43,7 +42,7 @@ testing = [
4342 " zipp >= 3.17" ,
4443 " jaraco.test >= 5.4" ,
4544]
46- docs = [
45+ doc = [
4746 # upstream
4847 " sphinx >= 3.5" ,
4948 " jaraco.packaging >= 9.3" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ commands =
77 pytest {posargs}
88usedevelop = True
99extras =
10- testing
10+ test
1111
1212[testenv:diffcov]
1313description = run tests and check that diff from main is covered
@@ -22,8 +22,8 @@ commands =
2222[testenv:docs]
2323description = build the documentation
2424extras =
25- docs
26- testing
25+ doc
26+ test
2727changedir = docs
2828commands =
2929 python -m sphinx -W --keep-going . {toxinidir}/build/html
You can’t perform that action at this time.
0 commit comments