dev-util/psautohint: deselect one more test

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-06-18 03:54:31 +02:00
parent c949e2c93b
commit d29279e2c9

View File

@@ -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
}