Closed
Bug 1472201
Opened 7 years ago
Closed 7 years ago
Vendor pytest 3.6.2 and dependencies
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox63 fixed)
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: davehunt, Assigned: davehunt)
References
Details
Attachments
(1 file)
No description provided.
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8988738 [details]
Bug 1472201 - Vendor pytest 3.6.2 and dependencies;
https://reviewboard.mozilla.org/r/253948/#review260672
Code analysis found 1 defect in this patch:
- 1 defect found by mozlint
You can run this analysis locally with:
- `./mach lint path/to/file` (JS/Python)
If you see a problem in this automated review, please report it here: http://bit.ly/2y9N9Vx
::: config/mozunit/mozunit/mozunit.py:12
(Diff revision 1)
> import os
> import sys
> import unittest
> from unittest import TextTestRunner as _TestRunner, TestResult as _TestResult
>
> +import buildconfig
Error: 'buildconfig' imported but unused [flake8: F401]
Comment 4•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8988738 [details]
Bug 1472201 - Vendor pytest 3.6.2 and dependencies;
https://reviewboard.mozilla.org/r/253948/#review260674
Code analysis found 1 defect in this patch:
- 1 defect found by mozlint
You can run this analysis locally with:
- `./mach lint path/to/file` (JS/Python)
If you see a problem in this automated review, please report it here: http://bit.ly/2y9N9Vx
::: config/mozunit/mozunit/mozunit.py:12
(Diff revision 2)
> import os
> import sys
> import unittest
> from unittest import TextTestRunner as _TestRunner, TestResult as _TestResult
>
> +import buildconfig
Error: 'buildconfig' imported but unused [flake8: F401]
| Comment hidden (mozreview-request) |
Comment 6•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8988738 [details]
Bug 1472201 - Vendor pytest 3.6.2 and dependencies;
https://reviewboard.mozilla.org/r/253948/#review260720
Lgtm!
Attachment #8988738 -
Flags: review?(ahal) → review+
Pushed by dhunt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a566524dd127
Vendor pytest 3.6.2 and dependencies; r=ahal
Comment 8•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•