File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed 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 @@ -25,7 +25,7 @@ dynamic = ["version"]
25
25
Homepage = " https://github.com/PROJECT_PATH"
26
26
27
27
[project .optional-dependencies ]
28
- testing = [
28
+ test = [
29
29
# upstream
30
30
" pytest >= 6, != 8.1.*" ,
31
31
" pytest-checkdocs >= 2.4" ,
@@ -36,7 +36,7 @@ testing = [
36
36
37
37
# local
38
38
]
39
- docs = [
39
+ doc = [
40
40
# upstream
41
41
" sphinx >= 3.5" ,
42
42
" jaraco.packaging >= 9.3" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ commands =
7
7
pytest {posargs}
8
8
usedevelop = True
9
9
extras =
10
- testing
10
+ test
11
11
12
12
[testenv:diffcov]
13
13
description = run tests and check that diff from main is covered
@@ -22,8 +22,8 @@ commands =
22
22
[testenv:docs]
23
23
description = build the documentation
24
24
extras =
25
- docs
26
- testing
25
+ doc
26
+ test
27
27
changedir = docs
28
28
commands =
29
29
python -m sphinx -W --keep-going . {toxinidir}/build/html
You can’t perform that action at this time.
0 commit comments