forked from pool/python-pyquery
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
4ffe7aa6b4 | |||
c9dda52960 | |||
63d63255dc | |||
ff03eaed7f | |||
3ec6cba154 | |||
029e2af74f |
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 24 10:43:53 UTC 2025 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- temporarily disable tests that fails because of libxml2 version
|
||||||
|
bump to 2.14
|
||||||
|
https://github.com/gawel/pyquery/issues/257
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 11 05:49:31 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
Wed Jun 11 05:49:31 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyquery
|
# spec file for package python-pyquery
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -77,7 +77,11 @@ XML and HTML manipulation.
|
|||||||
%check
|
%check
|
||||||
# Disable tests which perform live fetch
|
# Disable tests which perform live fetch
|
||||||
# test_selector_html uses XML namespaces, which are broken with libxml2 2.10.4+
|
# test_selector_html uses XML namespaces, which are broken with libxml2 2.10.4+
|
||||||
%pytest -k 'not (test_get or test_selector_html)' tests
|
# test_val_for_textarea libxml2-2.14 https://github.com/gawel/pyquery/issues/257
|
||||||
|
# test_replaceWith libxml2-2.14 https://github.com/gawel/pyquery/issues/257
|
||||||
|
# test_post libxml2-2.14 https://github.com/gawel/pyquery/issues/257
|
||||||
|
# test_session libxml2-2.14 https://github.com/gawel/pyquery/issues/257
|
||||||
|
%pytest -k 'not (test_get or test_selector_html or test_val_for_textarea or test_replaceWith or test_post or test_session)' tests
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
|
Reference in New Issue
Block a user