summaryrefslogtreecommitdiff
path: root/dev-python/openpyxl
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-12 03:04:43 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-12 03:04:43 -0500
commit40d2213d241ba50dbaf9b311a92a93e480fbd474 (patch)
treec0dc1821acc043acc052426e9d018af4b26b4c72 /dev-python/openpyxl
parent755ecc63c34034b68719f6dac52aa76ba08bbe5c (diff)
downloadbaldeagleos-repo-40d2213d241ba50dbaf9b311a92a93e480fbd474.tar.gz
baldeagleos-repo-40d2213d241ba50dbaf9b311a92a93e480fbd474.tar.xz
baldeagleos-repo-40d2213d241ba50dbaf9b311a92a93e480fbd474.zip
Adding metadata
Diffstat (limited to 'dev-python/openpyxl')
-rw-r--r--dev-python/openpyxl/metadata.xml1
-rw-r--r--dev-python/openpyxl/openpyxl-3.1.5.ebuild8
2 files changed, 4 insertions, 5 deletions
diff --git a/dev-python/openpyxl/metadata.xml b/dev-python/openpyxl/metadata.xml
index 9814a9d0442a..e3cc1585c77c 100644
--- a/dev-python/openpyxl/metadata.xml
+++ b/dev-python/openpyxl/metadata.xml
@@ -7,7 +7,6 @@
</maintainer>
<stabilize-allarches />
<upstream>
- <bugs-to>https://foss.heptapod.net/openpyxl/openpyxl/-/issues</bugs-to>
<changelog>https://openpyxl.readthedocs.io/en/stable/changes.html</changelog>
<doc>https://openpyxl.readthedocs.io/</doc>
<remote-id type="cpe">cpe:/a:python:openpyxl</remote-id>
diff --git a/dev-python/openpyxl/openpyxl-3.1.5.ebuild b/dev-python/openpyxl/openpyxl-3.1.5.ebuild
index 7d2f590af43a..8d74080bc397 100644
--- a/dev-python/openpyxl/openpyxl-3.1.5.ebuild
+++ b/dev-python/openpyxl/openpyxl-3.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -33,14 +33,14 @@ BDEPEND="
distutils_enable_sphinx doc \
dev-python/sphinx-rtd-theme
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
python_test() {
local EPYTEST_DESELECT=(
- # GC assumptions (pypy)
- openpyxl/tests/test_iter.py::test_file_descriptor_leak
+ # changed exceptions, probably due to python secfixes
+ openpyxl/xml/tests/test_functions.py::test_iterparse
)
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest
}