flake8
-
bot/reviewbot/tools/buildbot.py (Diff revision 1) Show all issues
Review Request #10156 — Created Sept. 21, 2018 and submitted
Information | |
---|---|
ammar | |
ReviewBot | |
master | |
eec4285... | |
Reviewers | |
reviewbot, students | |
The new "all" optional dependency target is intended to replicate the
old behavior of installing all python dependencies.Documentation has been updated to reflect this.
Since this is just a change for pip dependencies I've done:
- pip install -e ./bot
- pip install -e ./bot[all]To test if it installs and doesn't install buildbot under the default
package and the "all" target, and according to the logs this is the case.
Description | From | Last Updated |
---|---|---|
Can you rewrite your summary to be in the imperitive mood, i.e., as if it were a command or an … |
|
|
Your pip commands aren't correct and shouldn't work. Doing the following: pip install -e ./bot reviewbot-worker will attempt to install … |
|
|
F821 undefined name 'is_exe_in_path' |
![]() |
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+19 -4) |
Can you rewrite your summary to be in the imperitive mood, i.e., as if it were a command or an order.
If you substitute your summary into the following sentence it should make sense:
This patch will <summary>
e.g., remove the "EasyFix:" prefix.
Your pip commands aren't correct and shouldn't work.
Doing the following:
pip install -e ./bot reviewbot-worker
will attempt to install BOTH the package in
./bot
ANDreviewbot-worker
(i.e., from PyPI).To install the worker with all dependencies you should do
pip install -e ./bot[all]
Summary: |
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Testing Done: |
|