summaryrefslogtreecommitdiff
path: root/macaroonbakery
Commit message (Collapse)AuthorAge
* Improve mock setup for 407-then-unknown testColin Watson2018-02-20
| | | | | | | | | | | | | | | | | | | | `test_407_then_unknown_interaction_methods` causes the client to fetch the possible methods supported by the discharger (because it's told that it only supports a non-window method). This is currently unmocked, which causes the client to actually contact `http://example.com/visit`. This fails in Launchpad builds because they run with a restrictive network setup that doesn't even expose DNS lookups for non-permitted hosts. There isn't really a good way to simulate this without setting up a similar stunt DNS server (though perhaps installing an `httmock.all_requests` fallback mock that raises an exception would be a good idea?), but this seems to be the only failure at the moment. Forwarded: https://github.com/go-macaroon-bakery/py-macaroon-bakery/pull/45 Last-Update: 2018-02-09 Patch-Name: improve-unknown-interaction-mock.patch
* Isolate client tests from any HTTP proxyColin Watson2018-02-20
| | | | | | | | | | | | Debian's Python packaging tools set http_proxy to a non-existent proxy to help flush out packages that try to talk to the network during build, but these tests could previously fail in more normal development environments too. Forwarded: https://github.com/go-macaroon-bakery/py-macaroon-bakery/pull/28 Last-Update: 2018-02-05 Patch-Name: isolate-from-proxy.patch
* Import py-macaroon-bakery_1.1.2.orig.tar.gzColin Watson2018-02-20
|
* Import py-macaroon-bakery_1.1.0.orig.tar.gzColin Watson2017-12-12
|
* Import py-macaroon-bakery_0.0.6.orig.tar.gzColin Watson2017-11-10
|
* Import py-macaroon-bakery_0.0.5.orig.tar.gzColin Watson2017-11-06
|
* Import py-macaroon-bakery_0.0.4.orig.tar.gzColin Watson2017-11-03
|
* Import py-macaroon-bakery_0.0.3.orig.tar.gzColin Watson2017-10-31