diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-16 17:59:11 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-16 17:59:11 +0000 |
| commit | 0ade6675fecfb65b4292f5603be2e68a50a3c4a1 (patch) | |
| tree | ef0a1612b4386af11c696382f0833b3a8889f814 /dev-python/decopatch | |
| parent | 315eab281df9384904e069f721ab393b49798b60 (diff) | |
| download | baldeagleos-repo-0ade6675fecfb65b4292f5603be2e68a50a3c4a1.tar.gz baldeagleos-repo-0ade6675fecfb65b4292f5603be2e68a50a3c4a1.tar.xz baldeagleos-repo-0ade6675fecfb65b4292f5603be2e68a50a3c4a1.zip | |
Adding metadata
Diffstat (limited to 'dev-python/decopatch')
| -rw-r--r-- | dev-python/decopatch/decopatch-1.4.10.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/decopatch/decopatch-1.4.10.ebuild b/dev-python/decopatch/decopatch-1.4.10.ebuild index b18d9ae242e3..2df8c91a39d0 100644 --- a/dev-python/decopatch/decopatch-1.4.10.ebuild +++ b/dev-python/decopatch/decopatch-1.4.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,6 +28,11 @@ BDEPEND=" PATCHES=( "${FILESDIR}/${P}-python12.patch" ) +EPYTEST_DESELECT=( + # fails with whitespace differences in python 3.13 + tests/test_doc.py::test_doc_add_tag_function +) + distutils_enable_tests pytest python_prepare_all() { |
