requests / toolbelt

A toolbelt of useful classes and functions to be used with python-requests
https://toolbelt.readthedocs.org
Other
989 stars 186 forks source link

Add HTTP Bearer Auth #370

Closed mgenereu closed 8 months ago

mgenereu commented 9 months ago

Closes psf/requests#4437.

mgenereu commented 9 months ago

Please add some tests

I can't get dev requirements to install. Says it cannot connect to git for betamax but that's where I'm cloning from. Are the tests available as GitHub actions or equiv.?

sigmavirus24 commented 9 months ago

You'll want to update git+git://github.com/sigmavirus24/betamax to git+https://github.com/betamaxpy/betamax

mgenereu commented 9 months ago

You'll want to update git+git://github.com/sigmavirus24/betamax to git+https://github.com/betamaxpy/betamax

Worked, fixed the tests, and added this line in too.

mgenereu commented 9 months ago

@sigmavirus24 , unrelated tests appear to be failing.