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