File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1+ # This file is managed by 'repo_helper'. Don't edit it directly.
2+ ---
3+ name : Artefact Cleaner
4+ on :
5+ schedule :
6+ - cron : 0 9 1 * *
7+ jobs :
8+ Clean :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - name : cleanup
12+ uses : glassechidna/artifact-cleaner@v2
13+ with :
14+ minimumAge : 1000000.0
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ known_third_party =
3232 jinja2
3333 lorem
3434 lxml
35+ natsort
3536 packaging
3637 pre_commit
3738 pytest
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ sphinx-copybutton>=0.2.12
1010sphinx-notfound-page >= 0.5
1111sphinx-prompt >= 1.1.0
1212sphinx-tabs >= 1.1.13
13- sphinx-toolbox >= 1.7.3
13+ sphinx-toolbox >= 1.7.5
1414sphinxcontrib-autoprogram >= 0.1.5
1515sphinxcontrib-httpdomain >= 1.7.0
1616sphinxemoji >= 0.1.6
Original file line number Diff line number Diff line change @@ -45,9 +45,7 @@ commands =
4545 python -m pytest --cov =repo_helper -r aR tests/ {posargs}
4646
4747[testenv:docs]
48- setenv =
49- SHOW_TODOS = 1
50- PIP_USE_FEATURE = 2020-resolver
48+ setenv = SHOW_TODOS = 1
5149basepython = python3.8
5250changedir = {toxinidir}/doc-source
5351extras = all
You can’t perform that action at this time.
0 commit comments