mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/py3-elementpath: upgrade to 4.4.0
- update test deselection
This commit is contained in:
parent
495a34274f
commit
943dfe7997
@ -1,8 +1,8 @@
|
||||
# Contributor: Aiden Grossman <agrossman154@yahoo.com>
|
||||
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
|
||||
pkgname=py3-elementpath
|
||||
pkgver=4.1.5
|
||||
pkgrel=2
|
||||
pkgver=4.4.0
|
||||
pkgrel=0
|
||||
pkgdesc="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
|
||||
url="https://github.com/sissaschool/elementpath"
|
||||
arch="noarch"
|
||||
@ -22,19 +22,16 @@ build() {
|
||||
check() {
|
||||
python3 -m venv --clear --without-pip --system-site-packages .testenv
|
||||
.testenv/bin/python3 -m installer .dist/*.whl
|
||||
# first four disabled tests fails on locale differences
|
||||
# Rest of the tests need more investigation, started with upgrade to 4.1.0
|
||||
# first: AssertionError: ElementPathError not raised
|
||||
# rest: AssertionError: First sequence is not a list: -1
|
||||
.testenv/bin/python3 -m pytest \
|
||||
--ignore=tests/test_sequence_types.py \
|
||||
--deselect tests/test_xpath2_functions.py::XPath2FunctionsTest::test_compare_function \
|
||||
--deselect tests/test_xpath30.py::XPath30FunctionsTest::test_compare_function \
|
||||
--deselect tests/test_xpath31.py::XPath31FunctionsTest::test_compare_function \
|
||||
--deselect tests/test_collations.py::CollationsTest::test_context_activation \
|
||||
--deselect tests/test_xpath2_functions.py::XPath2FunctionsTest::test_compare_function \
|
||||
--deselect tests/test_xpath2_functions.py::LxmlXPath2FunctionsTest::test_compare_function \
|
||||
--deselect tests/test_xpath30.py::XPath30FunctionsTest::test_compare_function \
|
||||
--deselect tests/test_xpath30.py::LxmlXPath30FunctionsTest::test_compare_function \
|
||||
--deselect tests/test_xpath31.py::LxmlXPath31FunctionsTest::test_compare_function \
|
||||
--deselect tests/test_validators.py::ValidatorsTest::test_validate_analyzed_string \
|
||||
--deselect tests/test_validators.py::ValidatorsTest::test_validate_json_to_xml
|
||||
--deselect tests/test_xpath31.py::XPath31FunctionsTest::test_compare_function \
|
||||
--deselect tests/test_xpath31.py::LxmlXPath31FunctionsTest::test_compare_function
|
||||
}
|
||||
|
||||
package() {
|
||||
@ -43,5 +40,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
29989210238aacdf111cba49d09488254a6bd479b381e57699c8d1eca8ec21badf666744402aae891210142ce56cfce66b55bf372e5de8b7b48a45bed46b0cf3 py3-elementpath-4.1.5.tar.gz
|
||||
8171cb004dba68d84dd26a9ac5e8feeb9cc87eb518cc232b3128dadd7ad92840903fe2d02eb4428e4e4df7590bf6c68bdae180ad678bccb969686875b0a84ae1 py3-elementpath-4.4.0.tar.gz
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user