[arch-commits] Commit in python-requests-toolbelt/trunk (PKGBUILD)
Johannes Löthberg
demize at gemini.archlinux.org
Thu Dec 2 14:31:58 UTC 2021
Date: Thursday, December 2, 2021 @ 14:31:57
Author: demize
Revision: 1061915
Disable broken x509 tests
Currently these tests fail due to the static certificates used expired on
2021-11-27. But they were reported as failing due to a _different_ error all
the way back in March[0], so let's just disable the tests for now.
[0]: https://github.com/requests/toolbelt/issues/306
Modified:
python-requests-toolbelt/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 14:31:25 UTC (rev 1061914)
+++ PKGBUILD 2021-12-02 14:31:57 UTC (rev 1061915)
@@ -28,7 +28,7 @@
check() {
cd "$srcdir"/toolbelt-$pkgver
- py.test -k 'not test_no_content_length_header and not test_read_file and not test_reads_file_from_url_wrapper'
+ py.test -k 'not test_no_content_length_header and not test_read_file and not test_reads_file_from_url_wrapper and not test_x509_der and not test_x509_pem'
}
package() {
More information about the arch-commits
mailing list