Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-web-client
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
swh-web-client
Merge requests
!29
Update and clean tox configuration for version 4
代码
评审变更
检出分支
下载
补丁
文本差异
Merged
Update and clean tox configuration for version 4
lunar/swh-web-client:tox4-compat
into
master
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
Jérémy Bobbio (Lunar)
requested to merge
lunar/swh-web-client:tox4-compat
into
master
1 year ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
Related to
swh/meta#4959 (closed)
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
e979eb11
1 commit,
1 year ago
1 file
+
5
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
tox.ini
+
5
−
6
Options
[tox]
requires
=
tox>4
envlist
=
black,flake8,mypy,py3
[testenv]
@@ -40,14 +42,13 @@ commands =
# git HEAD of swh-docs, is executed on CI for each diff to prevent
# breaking doc build
[testenv:sphinx]
white
list_externals
=
make
allow
list_externals
=
make
usedevelop
=
true
extras
=
testing
deps
=
# fetch and install swh-docs in develop mode
-e
git+https://forge.softwareheritage.org/source/swh-docs
#egg=swh.docs
-e
git+https://forge.softwareheritage.org/source/swh-docs.git\
#egg=swh.docs
setenv
=
SWH_PACKAGE_DOC_TOX_BUILD
=
1
# turn warnings into errors
@@ -55,18 +56,16 @@ setenv =
commands
=
make
-I
../.tox/sphinx/src/swh-docs/swh/
-C
docs
# build documentation only inside swh-environment using local state
# of swh-docs package
[testenv:sphinx-dev]
white
list_externals
=
make
allow
list_externals
=
make
usedevelop
=
true
extras
=
testing
deps
=
# install swh-docs in develop mode
-e
../swh-docs
setenv
=
SWH_PACKAGE_DOC_TOX_BUILD
=
1
# turn warnings into errors
Loading