- skip html5lib tests - cyclic dependency with html5lib tests
- remove python 2.x from testing OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=187
This commit is contained in:
parent
86d5c3a954
commit
5921dbe85e
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 6 20:04:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- skip html5lib tests - cyclic dependency with html5lib tests
|
||||||
|
- remove python 2.x from testing
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 13 18:55:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Sun Aug 13 18:55:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -111,18 +111,9 @@ export CFLAGS="%{optflags}"
|
|||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
export PYTHONUNBUFFERED=x
|
export PYTHONUNBUFFERED=x
|
||||||
%if 0%{?have_python2}
|
# cyclic dependency between html5lib and lxml
|
||||||
%{python_expand # define python version for test:
|
rm -v src/lxml/html/tests/test_html5parser.py
|
||||||
export PYTHON="$python"
|
%{python_expand PYTHON3="$python" %make_build test3}
|
||||||
%make_build test
|
|
||||||
}
|
|
||||||
%endif
|
|
||||||
%if 0%{?have_python3}
|
|
||||||
%{python_expand # define python version for test:
|
|
||||||
export PYTHON3="$python"
|
|
||||||
%make_build test3
|
|
||||||
}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
Loading…
Reference in New Issue
Block a user