summaryrefslogtreecommitdiff
path: root/dev-python/pyfakefs
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-08 07:03:59 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-08 07:03:59 +0000
commitb187a1e269af258d23150c81fec2b8a9b166868c (patch)
tree316404c4eaa90c8e5c7caa7f9f264a91333ad853 /dev-python/pyfakefs
parentcb592d529338c3f249db15ab2dd00031a4bd073e (diff)
downloadbaldeagleos-repo-b187a1e269af258d23150c81fec2b8a9b166868c.tar.gz
baldeagleos-repo-b187a1e269af258d23150c81fec2b8a9b166868c.tar.xz
baldeagleos-repo-b187a1e269af258d23150c81fec2b8a9b166868c.zip
Adding metadata
Diffstat (limited to 'dev-python/pyfakefs')
-rw-r--r--dev-python/pyfakefs/pyfakefs-5.9.1.ebuild2
-rw-r--r--dev-python/pyfakefs/pyfakefs-5.9.2.ebuild2
2 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/pyfakefs/pyfakefs-5.9.1.ebuild b/dev-python/pyfakefs/pyfakefs-5.9.1.ebuild
index d40a848d4357..b54a6a05533a 100644
--- a/dev-python/pyfakefs/pyfakefs-5.9.1.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-5.9.1.ebuild
@@ -28,6 +28,8 @@ python_test() {
local EPYTEST_DESELECT=(
# requires *.dist-info/RECORD file that we're stripping
pyfakefs/tests/fake_filesystem_test.py::RealFileSystemAccessTest::test_add_package_metadata
+ # wants dev-python/openpyxl
+ pyfakefs/tests/patched_packages_test.py::TestPatchedPackages::test_read_excel
)
local EPYTEST_IGNORE=(
# test for regression with opentimelineio package
diff --git a/dev-python/pyfakefs/pyfakefs-5.9.2.ebuild b/dev-python/pyfakefs/pyfakefs-5.9.2.ebuild
index cb2af549a025..d9374aa09c61 100644
--- a/dev-python/pyfakefs/pyfakefs-5.9.2.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-5.9.2.ebuild
@@ -29,6 +29,8 @@ python_test() {
local EPYTEST_DESELECT=(
# requires *.dist-info/RECORD file that we're stripping
pyfakefs/tests/fake_filesystem_test.py::RealFileSystemAccessTest::test_add_package_metadata
+ # wants dev-python/openpyxl
+ pyfakefs/tests/patched_packages_test.py::TestPatchedPackages::test_read_excel
)
local EPYTEST_IGNORE=(
# test for regression with opentimelineio package