commit:     48678872e9e3ed119887e433366a4fd1ea64a9f7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  7 08:16:17 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 09:26:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48678872

dev-python/cssutils: Ignore problematic test

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/cssutils/cssutils-2.6.0.ebuild | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/dev-python/cssutils/cssutils-2.6.0.ebuild 
b/dev-python/cssutils/cssutils-2.6.0.ebuild
index e70142e69b40..aa70a9c26987 100644
--- a/dev-python/cssutils/cssutils-2.6.0.ebuild
+++ b/dev-python/cssutils/cssutils-2.6.0.ebuild
@@ -33,9 +33,17 @@ BDEPEND="
 
 distutils_enable_tests pytest
 
-EPYTEST_DESELECT=(
-       # network
-       encutils/__init__.py::encutils
-       cssutils/tests/test_parse.py::TestCSSParser::test_parseUrl
-       examples/website.py::website.logging
-)
+python_test() {
+       local EPYTEST_DESELECT=(
+               # network
+               encutils/__init__.py::encutils
+               cssutils/tests/test_parse.py::TestCSSParser::test_parseUrl
+               examples/website.py::website.logging
+       )
+       local EPYTEST_IGNORE=(
+               # path mismatch with "parse" package
+               examples/parse.py
+       )
+
+       epytest
+}

Reply via email to