-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix 403 errors from crates.io #110
Conversation
As a side note, from https://tools.ietf.org/html/rfc7231:
|
671bc2f
to
1371e48
Compare
On Thu, Jul 04, 2019 at 07:29:58AM -0700, Chih-Hsuan Yen wrote:
As a side note, from https://tools.ietf.org/html/rfc7231:
> A user agent SHOULD send a User-Agent field in each request unless specifically configured not to do so.
This can be forwarded to tornado.
…--
Best regards,
lilydjwg
|
I agree. UPDATE: Opened tornadoweb/tornado#2702 |
Well, installing packages for some builds only seems complicated. travis-ci/travis-ci#3505
65d794f
to
1acf9eb
Compare
AUR tests are still as flaky as usual :/ |
I'd like to set the user agent in session so we don't need to set it per request. Also, the version can be added to the user agent string. |
I'll check it out later. By the way, do you think it's a good idea to elevate regex's |
A global |
1acf9eb
to
3d5ab61
Compare
Turns out global |
crates.io requires it since rust-lang/crates.io#1696
3d5ab61
to
851e141
Compare
pytest-httpbin doesn't work with nightly. Also it brings in too many dependencies. I'll remove it. |
Well, I still think it's better not to test against the actual httpbin.org site. By the way, the Python 3.8 issue is already fixed in git-master of werkzeug: pallets/werkzeug#1551. |
No description provided.