From d29279e2c98600b8e962cc54d95f2a282547b782 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Fri, 18 Jun 2021 03:54:31 +0200 Subject: [PATCH] dev-util/psautohint: deselect one more test Signed-off-by: Alessandro Barbieri --- dev-util/psautohint/psautohint-2.3.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/psautohint/psautohint-2.3.0.ebuild b/dev-util/psautohint/psautohint-2.3.0.ebuild index 0684247cbc..0d30488bf8 100644 --- a/dev-util/psautohint/psautohint-2.3.0.ebuild +++ b/dev-util/psautohint/psautohint-2.3.0.ebuild @@ -73,5 +73,7 @@ python_test() { distutils_install_for_testing epytest -vv \ --deselect tests/integration/test_hint.py::test_hashmap_old_version \ + --deselect tests/integration/test_mmhint.py::test_vfotf[tests/integration/data/vf_tests/CJKSparseVar.subset.hinted.otf] \ + --deselect tests/integration/test_mmhint.py::test_vfotf[tests/integration/data/vf_tests/bug816.hinted.otf] \ || die }