Search Criteria
Package Details: python2-urllib3 1.26.15-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python2-urllib3.git (read-only, click to copy) |
---|---|
Package Base: | python2-urllib3 |
Description: | HTTP library with thread-safe connection pooling and file post support |
Upstream URL: | https://pypi.org/project/urllib3/1.26.15 |
Licenses: | MIT |
Submitter: | MarsSeed |
Maintainer: | None |
Last Packager: | truocolo |
Votes: | 4 |
Popularity: | 0.001010 |
First Submitted: | 2022-06-12 22:15 (UTC) |
Last Updated: | 2024-02-02 16:26 (UTC) |
Dependencies (14)
- python2AUR (python2-binAUR)
- python2-setuptoolsAUR (make)
- python2-flakyAUR (check)
- python2-mockAUR (check)
- python2-pyopensslAUR (check)
- python2-pytest-freezegun (check)
- python2-pytest-runnerAUR (check)
- python2-pytest-timeoutAUR (check)
- python2-tornado (check)
- python2-trustme (check)
- python-urllib3-doc (optional) – urllib3 documentation
- python2-brotli (optional) – Brotli support via pure-Python2 module
- python2-pyopensslAUR (optional) – secure connection support
- python2-pysocks (optional) – SOCKS proxy support (deprecated)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
MarsSeed commented on 2022-07-02 14:27 (UTC) (edited on 2022-07-02 15:24 (UTC) by MarsSeed)
At this point I'm just gonna ask you: if you build it with --nocheck and install it, does it work? E.g., can you use python2-pip with it properly?
I thought I'd fixed (disabled) that last test but I've just realized I was too tired for that.
I'm quite out of my league now because I cannot reproduce any of the errors.
I am also baffled about why don't the @onlyPy3 tests get skipped on your machine.
sng commented on 2022-07-02 13:15 (UTC)
Just tried
python2-urllib3 1.26.9-10
after uninstallingpython2-pytest-expect
MarsSeed commented on 2022-07-02 09:54 (UTC)
Anyhow, you can run yay with a parameter that disables check:
Be aware that this is recursive: if downstream dependencies need to be built or updated during this run, then they will also be built without testing.
Though of course using this option only applies to that specific yay execution, so it won't be saved permanently. You can use this option on a case-by-case basis.
The important thing anyway is for the installed package to actually work when used by the application that needs it. :) Not that it should pass every test even if there is no defect during normal use.
MarsSeed commented on 2022-07-02 09:28 (UTC)
Could you please uninstall python2-pytest-expect and try the failing builds again?
MarsSeed commented on 2022-07-02 09:23 (UTC)
You mean during a rebuild / new build of python2-freezegun?
Could you please share that build log as well?
politas commented on 2022-07-02 09:20 (UTC)
I'm getting that same error on python2-freezegun, now:
IndexError: list index out of range ==> ERROR: A failure occurred in check().
MarsSeed commented on 2022-07-02 09:12 (UTC)
This is what happens with that test for me:
MarsSeed commented on 2022-07-02 09:08 (UTC)
In this last build report (full log), the failing test shouldn't even have been executed.
Because
TestHTTPSProxyVerification.test_https_proxy_ipv6_san
is annotated with an@onlyPy3
mark, so it should have been skipped automatically. (For me it happens like that.)sng commented on 2022-07-02 08:37 (UTC)
I do not know... it does not build...
Anyhow, I thank you so very much for your time and willingness to help resolve these issues I have!
I have just installed it from PKGBUILD, after disabling all the tests; whatever works... I will just have to remember to do it every time you update the package
Thank you again!
sng commented on 2022-07-02 08:06 (UTC) (edited on 2022-07-02 08:10 (UTC) by sng)
https://controlc.com/f90a9c73
Basically I use it beacause of
python2-requests
, in this project of mine, which still supports python2, https://aur.archlinux.org/packages/pyradio-gitI mean, I can test its python2 functionality on a debian vm, or something...
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »