| Summary: | dev-python/requests: needs work to get test suite working | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Johan Bergström <bugs> |
| Component: | New packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | floppym, Sander.Sweers |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | 396287 | ||
| Bug Blocks: | |||
| Attachments: | dev-libs/requests-0.7.4.ebuild | ||
|
Description
Johan Bergström
2011-08-21 18:51:04 UTC
Created attachment 291201 [details]
dev-libs/requests-0.7.4.ebuild
Initial ebuild.
Just to keep you guys posted. I'm getting close to a 0.9.0 version bump with a working test suite. The issue lies in the suite requiring httpbin, which has this pretty requirements.txt: https://github.com/kennethreitz/httpbin/blob/master/requirements.txt I'll churn away at it. (In reply to comment #2) > Just to keep you guys posted. I'm getting close to a 0.9.0 version bump with a Wow, they rev a lot.. I could not get it to work for a script before (probably me failing not the package :-)) so let me have another go with this version. (In reply to comment #3) > Wow, they rev a lot.. I could not get it to work for a script before (probably > me failing not the package :-)) so let me have another go with this version. It is much better. The same script now works well. I see 0.10 is now in portage so shouldn't this bug be closed now? No, because the ebuild in gentoo-x86 still doesn't handle tests. FYI, I have submitted a patch so that the test suite is actually included in the pypi tarballs. https://github.com/kennethreitz/requests/pull/528 Just committed 0.12.1 with test suite, but see https://github.com/kennethreitz/requests/issues/596 for anyone interested. |