File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
2+ version : 2
3+ sphinx :
4+ configuration : docs/conf.py
5+ formats : all
6+ python :
7+ version : 3
8+ install :
9+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change 1- sphinx == 2.3.1
1+ sphinx == 3.0.3
22sphinx-py3doc-enhanced-theme == 2.4.0
33docutils == 0.16
44-e .
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ setenv =
1313 PYTHONUNBUFFERED =yes
1414
1515 # Use env vars for (optional) pinning of deps.
16- pytest46: _DEP_PYTEST =pytest ==4.6.9
16+ pytest46: _DEP_PYTEST =pytest ==4.6.10
1717 pytest53: _DEP_PYTEST =pytest ==5.3.2
1818 pytest54: _DEP_PYTEST =pytest ==5.4.2
1919
@@ -32,7 +32,7 @@ passenv =
3232deps =
3333 {env:_DEP_PYTEST:pytest}
3434 {env:_DEP_PYTESTXDIST:pytest-xdist}
35- {env:_DEP_COVERAGE:coverage<5 }
35+ {env:_DEP_COVERAGE:coverage}
3636pip_pre = true
3737commands =
3838 pytest {posargs:-vv}
You can’t perform that action at this time.
0 commit comments