From da695987ca7b31541954a2e2064f4f2b36c43609 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 4 Oct 2021 00:44:40 +0200 Subject: [PATCH] dev-python/fastavro: deselect failing tests Closes: https://bugs.gentoo.org/815649 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-python/fastavro/fastavro-1.4.5.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dev-python/fastavro/fastavro-1.4.5.ebuild b/dev-python/fastavro/fastavro-1.4.5.ebuild index 358c1e73c2..f255bea080 100644 --- a/dev-python/fastavro/fastavro-1.4.5.ebuild +++ b/dev-python/fastavro/fastavro-1.4.5.ebuild @@ -3,7 +3,14 @@ EAPI=8 -EPYTEST_DESELECT=( tests/test_fastavro.py::test_cython_python ) +EPYTEST_DESELECT=( + tests/test_fastavro.py::test_cython_python + tests/test_main_cli.py::test_cli_record_output + tests/test_main_cli.py::test_cli_stream_input + tests/test_main_cli.py::test_cli_arg_metadata + tests/test_main_cli.py::test_cli_arg_schema + tests/test_main_cli.py::test_cli_arg_codecs +) PYTHON_COMPAT=( python3_8 ) inherit distutils-r1