Closed
Bug 1699188
Opened 4 years ago
Closed 4 years ago
Pre-commit linting hook ModuleNotFoundError: No module named 'jsmin'
Categories
(Developer Infrastructure :: Lint and Formatting, defect)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox88 fixed)
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: Mardak, Assigned: Mardak)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Probably similar to bug 1623741 likely regressed by bug 1636797 which added from mozpack.files import FileListFinder
.
Traceback (most recent call last):
File ".git/hooks/pre-commit", line 21, in <module>
from mozversioncontrol import get_repository_object, InvalidRepoPath
File "mozilla-central/tools/lint/../../python/mozversioncontrol/mozversioncontrol/__init__.py", line 17, in <module>
from mozpack.files import FileListFinder
File "mozilla-central/tools/lint/../../python/mozbuild/mozpack/files.py", line 42, in <module>
from jsmin import JavascriptMinify
ModuleNotFoundError: No module named 'jsmin'
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by elee@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4d4bc56f77a1
[mozlint] Include jsmin now that mozversioncontrol uses it r=ahal
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
Updated•4 years ago
|
Has Regression Range: --- → yes
Keywords: regression
Updated•3 years ago
|
Type: task → defect
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•