summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2024-12-13 02:40:54 +0100
committerLouis Sautier <sbraz@gentoo.org>2024-12-13 02:43:29 +0100
commite7360bf607ccc2598ae4967ba79a17d40b9ad65f (patch)
tree162311a2187544878a592bbc57def93f932e4c66 /www-misc
parentdev-libs/icu-le-hb: Stabilize 2.0.0 ppc, #946340 (diff)
downloadgentoo-e7360bf607ccc2598ae4967ba79a17d40b9ad65f.tar.gz
gentoo-e7360bf607ccc2598ae4967ba79a17d40b9ad65f.tar.bz2
gentoo-e7360bf607ccc2598ae4967ba79a17d40b9ad65f.zip
www-misc/urlwatch: fix selectors to skip pycodestyle tests
The test suite has changed since 2.28 and the previous exclusion no longer works. Closes: https://bugs.gentoo.org/946328 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/urlwatch/urlwatch-2.29.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/www-misc/urlwatch/urlwatch-2.29.ebuild b/www-misc/urlwatch/urlwatch-2.29.ebuild
index 44b99aa93824..7a3347881883 100644
--- a/www-misc/urlwatch/urlwatch-2.29.ebuild
+++ b/www-misc/urlwatch/urlwatch-2.29.ebuild
@@ -42,12 +42,15 @@ DOCS=( CHANGELOG.md README.md )
distutils_enable_sphinx docs/source dev-python/alabaster
distutils_enable_tests pytest
+EPYTEST_IGNORE=(
+ # Skip code quality check
+ "lib/urlwatch/tests/test_pep8.py"
+)
+
EPYTEST_DESELECT=(
# Require the pdftotext module
"lib/urlwatch/tests/test_filter_documentation.py::test_url[https://example.net/pdf-test.pdf]"
"lib/urlwatch/tests/test_filter_documentation.py::test_url[https://example.net/pdf-test-password.pdf]"
- # Skip code quality check
- "lib/urlwatch/tests/test_handler.py::test_pep8_conformance"
)
pkg_postinst() {