From df26fa6f083d7d3a98f72cbca9c0ba17e7cd4b8f Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 7 Aug 2025 23:16:25 +0100 Subject: [PATCH] dev-python/pyfakefs: skip test needing dev-python/openpyxl We could add it as a test dep but it's a single test: > FAILED pyfakefs/tests/patched_packages_test.py::TestPatchedPackages::test_read_excel - ImportError: Missing optional dependency 'openpyxl'. Use pip or conda to install openpyxl. Signed-off-by: Sam James --- dev-python/pyfakefs/pyfakefs-5.9.1.ebuild | 2 ++ dev-python/pyfakefs/pyfakefs-5.9.2.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev-python/pyfakefs/pyfakefs-5.9.1.ebuild b/dev-python/pyfakefs/pyfakefs-5.9.1.ebuild index 4d1f1c6f6eaf1..856571a88e77b 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 fd8d3c9e59305..ee9353934e502 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