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