FS#55881 - [httpie] add check() and missing hard dependency
Attached to Project:
Community Packages
Opened by Levente Polyak (anthraxx) - Thursday, 05 October 2017, 17:56 GMT
Last edited by Eli Schwartz (eschwartz) - Tuesday, 21 August 2018, 18:42 GMT
Opened by Levente Polyak (anthraxx) - Thursday, 05 October 2017, 17:56 GMT
Last edited by Eli Schwartz (eschwartz) - Tuesday, 21 August 2018, 18:42 GMT
|
Details
httpie has a nice test suite, it would be nice to run it via
py.test
Additionally, python-setuptools is a hard dependency as the entry point created by setup.py requires pkg_resource wich is provided by setuptools. therefor its not just a makedepends. |
This task depends upon
Closed by Eli Schwartz (eschwartz)
Tuesday, 21 August 2018, 18:42 GMT
Reason for closing: Fixed
Additional comments about closing: httpie 0.9.9-5
Tuesday, 21 August 2018, 18:42 GMT
Reason for closing: Fixed
Additional comments about closing: httpie 0.9.9-5
But I fixed the dependency issue.