Upgrade lint docker image to Debian 12
Categories
(Developer Infrastructure :: Source Code Analysis, task)
Tracking
(firefox122 fixed)
| Tracking | Status | |
|---|---|---|
| firefox122 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(4 files)
| Assignee | ||
Comment 1•2 years ago
|
||
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/taskcluster/docker/firefox-snap/runme.sh:77:75 | Double quote to prevent globbing and word splitting. (2086)
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/taskcluster/docker/funsize-update-generator/runme.sh:30:41 | Expansions inside ${..} need to be quoted separately, otherwise they match as patterns. (2295)
| Assignee | ||
Comment 2•2 years ago
|
||
The versions currently in tox_requirements.txt don't work with python
3.11.
distlib, filelock and platformdirs are new dependencies for the newer
version of virtualenv.
| Assignee | ||
Comment 3•2 years ago
|
||
Nose is not maintained and doesn't work with more recent versions of
python. Pynose is a maintained fork that supports the latest python
releases. Mercurial 5.2 also doesn't work with more recent versions of
python. 6.4 is what we have in other places.
| Assignee | ||
Comment 4•2 years ago
|
||
Comment 6•2 years ago
|
||
| bugherder | ||
Description
•