Merge lp://staging/~jelmer/brz/fix-lp-base-url into lp://staging/brz/3.3
Proposed by
Jelmer Vernooij
Status: | Merged |
---|---|
Approved by: | Jelmer Vernooij |
Approved revision: | 7817 |
Merged at revision: | 7816 |
Proposed branch: | lp://staging/~jelmer/brz/fix-lp-base-url |
Merge into: | lp://staging/brz/3.3 |
Diff against target: |
56 lines (+29/-1) 3 files modified
breezy/plugins/launchpad/__init__.py (+1/-0) breezy/plugins/launchpad/test_uris.py (+27/-0) breezy/plugins/launchpad/uris.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~jelmer/brz/fix-lp-base-url |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jelmer Vernooij | Approve | ||
Review via email: mp+452502@code.staging.launchpad.net |
Commit message
launchpad: Fix web_root_
Description of the change
launchpad: Fix web_root_
To post a comment you must log in.
The attempt to merge lp:~jelmer/brz/fix-lp-base-url into lp:brz/3.3 failed. Command exited with 2.
Below is the output from the failed tests.
Collecting setuptools-gettext /files. pythonhosted. org/packages/ bc/b4/b159189f9 3027662db12f370 bef2777ef54034a f6bc01de44831c2 b6fcc3/ setuptools_ gettext- 0.1.7-py3- none-any. whl.metadata gettext- 0.1.7-py3- none-any. whl.metadata (1.5 kB) 11/site- packages (from setuptools-gettext) (68.1.2) gettext- 0.1.7-py3- none-any. whl (5.5 kB) gettext- 0.1.7 /tmp/tarmac/ branch. 39dnte07 python3/ dist-packages (from breezy==3.3.5.dev0) (5.0.8) python3/ dist-packages (from breezy==3.3.5.dev0) (0.2) python3/ dist-packages (from breezy==3.3.5.dev0) (0.2.13) python3/ dist-packages (from breezy==3.3.5.dev0) (0.0.8) /files. pythonhosted. org/packages/ d5/6d/b2a3ddaf1 dce030237e135de 9de911656965986 2b664696dd48fa5 a2d26d/ dulwich- 0.21.6- cp311-cp311- manylinux_ 2_17_x86_ 64.manylinux201 4_x86_64. whl.metadata 0.21.6- cp311-cp311- manylinux_ 2_17_x86_ 64.manylinux201 4_x86_64. whl.metadata (4.3 kB) python3/ dist-packages (from breezy==3.3.5.dev0) (1.26.12) python3/ dist-packages (from breezy==3.3.5.dev0) (6.0) 2.6.0-py3- none-any. whl (182 kB) ━━━━━━━ ━━━━━━━ ━━━━━━━ ━━━━━━━ ━━━━━━━ ━━ 182.2/182.2 kB 6.1 MB/s eta 0:00:00 0.5.0-py2. py3-none- any.whl (21 kB) /files. pythonhosted. org/packages/ 54/6a/e98ee7319 48fbe5a5f79d51f a71d10947758371 b6d3269db999317 3d59f2/ python_ subunit- 1.4.3-py3- none-any. whl.metadata subunit- 1.4.3-py3- none-any. whl.metadata (22 kB) python3/ dist-packages (from breezy==3.3.5.dev0) (5.0.4)
Obtaining dependency information for setuptools-gettext from https:/
Downloading setuptools_
Requirement already satisfied: setuptools>=46.1 in ./lib/python3.
Downloading setuptools_
Installing collected packages: setuptools-gettext
Successfully installed setuptools-
Obtaining file://
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Checking if build backend supports build_editable: started
Checking if build backend supports build_editable: finished with status 'done'
Getting requirements to build editable: started
Getting requirements to build editable: finished with status 'done'
Installing backend dependencies: started
Installing backend dependencies: finished with status 'done'
Preparing editable metadata (pyproject.toml): started
Preparing editable metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: configobj in /usr/lib/
Requirement already satisfied: fastbencode in /usr/lib/
Requirement already satisfied: patiencediff in /usr/lib/
Requirement already satisfied: merge3 in /usr/lib/
Collecting dulwich>=0.21.6 (from breezy==3.3.5.dev0)
Obtaining dependency information for dulwich>=0.21.6 from https:/
Downloading dulwich-
Requirement already satisfied: urllib3>=1.24.1 in /usr/lib/
Requirement already satisfied: pyyaml in /usr/lib/
Collecting testtools (from breezy==3.3.5.dev0)
Downloading testtools-
━━
Collecting testscenarios (from breezy==3.3.5.dev0)
Downloading testscenarios-
Collecting python-subunit (from breezy==3.3.5.dev0)
Obtaining dependency information for python-subunit from https:/
Downloading python_
Requirement already satisfied: flake8 in /usr/lib/
Co...