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 <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-04 00:44:40 +02:00
parent cc9fb2a501
commit da695987ca

View File

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