Closed
Bug 853219
Opened 12 years ago
Closed 12 years ago
venv setup broken since mozcrash is not listed as a dependency
Categories
(Testing :: Mochitest, defect)
Tracking
(firefox22 fixed, b2g18 fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 fixed)
RESOLVED
FIXED
mozilla22
People
(Reporter: Luqman, Unassigned)
Details
Attachments
(1 file, 2 obsolete files)
1.14 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Comment 1•12 years ago
|
||
Bug 843296 broke the venv setup for b2g testing with the move from automationutils -> mozcrash.
Attachment #727422 -
Flags: review?(jgriffin)
Reporter | ||
Comment 2•12 years ago
|
||
Forgot to mark as a patch.
Attachment #727422 -
Attachment is obsolete: true
Attachment #727422 -
Flags: review?(jgriffin)
Attachment #727425 -
Flags: review?(jgriffin)
Comment 3•12 years ago
|
||
Comment on attachment 727425 [details] [diff] [review]
Fix venv setup
Review of attachment 727425 [details] [diff] [review]:
-----------------------------------------------------------------
::: testing/marionette/client/setup.py
@@ +13,5 @@
> # dependencies
> deps = ['manifestdestiny', 'mozhttpd >= 0.3',
> 'mozprocess >= 0.6', 'mozrunner >= 5.11',
> + 'mozdevice >= 0.12', 'moznetwork >= 0.21',
> + 'mozcrash']
let's specify mozcrash >= 0.5, to be safe
Attachment #727425 -
Flags: review?(jgriffin) → review+
Reporter | ||
Comment 4•12 years ago
|
||
Attachment #727425 -
Attachment is obsolete: true
Reporter | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 5•12 years ago
|
||
It seems silly that we have to specify this in more than one place. Can we figure out how to centralize this?
Reporter | ||
Comment 6•12 years ago
|
||
Where else is does it need to be specified?
Comment 7•12 years ago
|
||
He may be referring to mozharness, but in any case it definitely belongs here in setup.py.
Updated•12 years ago
|
Attachment #727430 -
Attachment is patch: true
Comment 8•12 years ago
|
||
Keywords: checkin-needed
Comment 9•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Comment 10•12 years ago
|
||
status-b2g18:
--- → fixed
Comment 11•12 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•