File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
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' || (matrix.python == '3.8' || matrix.python == '3.9') && matrix.platform == 'macos-latest' }}
53
+ continue-on-error : ${{ matrix.python == '3.13' }}
54
54
steps :
55
55
- uses : actions/checkout@v4
56
56
- name : Setup Python
Original file line number Diff line number Diff line change 3
3
install :
4
4
- path : .
5
5
extra_requirements :
6
- - docs
6
+ - doc
7
7
8
8
# required boilerplate readthedocs/readthedocs.org#10401
9
9
build :
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ file = "README.md"
33
33
content-type = " text/markdown"
34
34
35
35
[project .urls ]
36
- Homepage = " https://github.com/jaraco/calendra"
36
+ Source = " https://github.com/jaraco/calendra"
37
37
38
38
[project .optional-dependencies ]
39
- testing = [
39
+ test = [
40
40
# upstream
41
41
" pytest >= 6, != 8.1.*" ,
42
42
" pytest-checkdocs >= 2.4" ,
@@ -53,7 +53,7 @@ testing = [
53
53
" jaraco.test >= 3.2.0" ,
54
54
" freezegun" ,
55
55
]
56
- docs = [
56
+ doc = [
57
57
# upstream
58
58
" sphinx >= 3.5" ,
59
59
" jaraco.packaging >= 9.3" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ commands =
11
11
pytest {posargs}
12
12
usedevelop = True
13
13
extras =
14
- testing
14
+ test
15
15
astronomy
16
16
17
17
[testenv:diffcov]
@@ -27,8 +27,8 @@ commands =
27
27
[testenv:docs]
28
28
description = build the documentation
29
29
extras =
30
- docs
31
- testing
30
+ doc
31
+ test
32
32
changedir = docs
33
33
commands =
34
34
python -m sphinx -W --keep-going . {toxinidir}/build/html
You can’t perform that action at this time.
0 commit comments