diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-15 19:12:21 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-15 19:12:21 +0000 |
| commit | f6bcc45ab811bbc6c133a87192de845240fdfd9c (patch) | |
| tree | 2d40b5748b807e79e3247c8672686a94d5a61290 /dev-python/pybtex-docutils | |
| parent | ef93034729ae626be7fa73289869f79c19ac7144 (diff) | |
| download | baldeagleos-repo-f6bcc45ab811bbc6c133a87192de845240fdfd9c.tar.gz baldeagleos-repo-f6bcc45ab811bbc6c133a87192de845240fdfd9c.tar.xz baldeagleos-repo-f6bcc45ab811bbc6c133a87192de845240fdfd9c.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pybtex-docutils')
| -rw-r--r-- | dev-python/pybtex-docutils/pybtex-docutils-1.0.3.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-python/pybtex-docutils/pybtex-docutils-1.0.3.ebuild b/dev-python/pybtex-docutils/pybtex-docutils-1.0.3.ebuild index 2541845dfdee..484c7b21c275 100644 --- a/dev-python/pybtex-docutils/pybtex-docutils-1.0.3.ebuild +++ b/dev-python/pybtex-docutils/pybtex-docutils-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,5 +25,11 @@ RDEPEND=" " +EPYTEST_PLUGINS=() distutils_enable_tests pytest distutils_enable_sphinx doc + +EPYTEST_DESELECT=( + # just an entry point check, requires pkg-resources + test/test_find_plugin.py::test_pkg_resources_entry_point +) |
