Dereckson has uploaded a new change for review. https://gerrit.wikimedia.org/r/97351
Change subject: Improving README to add a warning about pip issue. ...................................................................... Improving README to add a warning about pip issue. A fairly recent version of pip is required. On old versions, the following error occurs: skip_regex = options.skip_requirements_regex AttributeError: 'NoneType' object has no attribute 'skip_requirements_regex' Change-Id: I5cd2453a850398c77debbb494e3e0808d78369f5 --- M README.md 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/analytics/wikimetrics refs/changes/51/97351/1 diff --git a/README.md b/README.md index b9542ce..2c7fde7 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ $ sudo pip install -e . ```` +A fairly recent version of pip is required. Version 1.4.1 is known working, 1.0.2 is known not working. + Wikimetrics has over 90% unit test coverage. We use Nose to write unit and integration tests to achieve this, and you should too. ```` -- To view, visit https://gerrit.wikimedia.org/r/97351 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5cd2453a850398c77debbb494e3e0808d78369f5 Gerrit-PatchSet: 1 Gerrit-Project: analytics/wikimetrics Gerrit-Branch: master Gerrit-Owner: Dereckson <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
