mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 00:53:02 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user