Update of #294 Depends on #1185 (request-mock inclusion)
:thumbsup:
ping @breilly @julian8628
rebased onto 5b9ef98428597d49fc2701936012cfda319fd271
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
Do we already include requests as a dependency in setup.py and the rpm spec?
requests
setup.py
Yes, it is in both.
Commit f2774d50 fixes this pull-request
Pull-Request has been merged by tkopecek
Metadata Update from @jcupova: - Pull-request tagged with: testing-done
context manager:
with request.get(url) as resp: pass
is not supported on EL7 - RHEL7: 2.6.0 - EPEL7: 2.3.0
See also https://pagure.io/releng/issue/9226
Update of #294
Depends on #1185 (request-mock inclusion)