| author | Johannes Löthberg
<demize@archlinux.org> 2021-12-02 14:31:57 UTC |
| committer | Johannes Löthberg
<demize@archlinux.org> 2021-12-02 14:31:57 UTC |
| parent | f89f31edd849ff4d0cf65bc2f7dc43b569717658 |
| PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 6a42cb8..c9b8c36 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -28,7 +28,7 @@ build() { 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() {