jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/509369 )
Change subject: [tests] Add fake-useragent and browseragents to extras ......................................................................
[tests] Add fake-useragent and browseragents to extras
- This will enable some always skipped tests on Travis
Change-Id: I7c84eedc52cc9888f0b20959c7b28f9cbcd17dbf --- M setup.py 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Dvorapa: Looks good to me, approved jenkins-bot: Verified
diff --git a/setup.py b/setup.py index e218e90..bb55c02 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,7 @@ 'security': ['requests[security]', 'pycparser!=2.14'], 'mwoauth': ['mwoauth>=0.2.4,!=0.3.1'], 'html': ['BeautifulSoup4'], + 'http': ['browseragents', 'fake_useragent'], 'flake8': [ # Due to incompatibilities between packages the order matters. 'flake8>=3.7.5', pydocstyle,