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 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 @@ -27,7 +27,7 @@ dynamic = ["version"]
2727Homepage = " https://github.com/python/importlib_metadata"
2828
2929[project .optional-dependencies ]
30- testing = [
30+ test = [
3131 # upstream
3232 " pytest >= 6, != 8.1.*" ,
3333 " pytest-checkdocs >= 2.4" ,
@@ -44,7 +44,7 @@ testing = [
4444 " pytest-perf >= 0.9.2" ,
4545 " jaraco.test >= 5.4" ,
4646]
47- docs = [
47+ doc = [
4848 # upstream
4949 " sphinx >= 3.5" ,
5050 " jaraco.packaging >= 9.3" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ passenv =
99 HOME
1010usedevelop = True
1111extras =
12- testing
12+ test
1313
1414[testenv:diffcov]
1515description = run tests and check that diff from main is covered
@@ -24,8 +24,8 @@ commands =
2424[testenv:docs]
2525description = build the documentation
2626extras =
27- docs
28- testing
27+ doc
28+ test
2929changedir = docs
3030commands =
3131 python -m sphinx -W --keep-going . {toxinidir}/build/html
You can’t perform that action at this time.
0 commit comments