Closed Bug 1170565 Opened 9 years ago Closed 9 years ago

Ensure to use pip to install dependencies via create_env.py

Categories

(Testing :: Firefox UI Tests, defect)

41 Branch
defect
Not set
normal

Tracking

(firefox38 fixed, firefox39 fixed, firefox40 fixed, firefox41 fixed, firefox-esr38 fixed)

RESOLVED FIXED
mozilla41
Tracking Status
firefox38 --- fixed
firefox39 --- fixed
firefox40 --- fixed
firefox41 --- fixed
firefox-esr38 --- fixed

People

(Reporter: whimboo, Assigned: whimboo)

Details

Attachments

(1 file)

Calling "python setup.py [develop|install]" will make use of setuptools to install the dependencies. Due to https://github.com/mozilla/mozmill-ci/issues/586 it would be good if pip would be used instead. To ensure that we only would have to replace the subprocess call with "pip install .". That should be totally sufficient for our CI and tester who only want to run the tests. They could always install the package in developer mode later.

We would need this fix across all branches.
Attachment #8614103 - Flags: review?(jmaher)
Comment on attachment 8614103 [details] [review]
github_pull_request.txt

thanks, this looks great.
Attachment #8614103 - Flags: review?(jmaher) → review+
https://github.com/mozilla/firefox-ui-tests/commit/c51fdc3e6e71edbb579ab965acfbae19c32a41f4 (master)

Will backport once all works on master together with the other changesets.
Target Milestone: --- → Firefox 41
Product: Mozilla QA → Testing
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: