commit:     da695987ca7b31541954a2e2064f4f2b36c43609
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Oct  3 22:44:40 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Oct  3 22:44:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da695987

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 <AT> gmail.com>

 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 358c1e73c..f255bea08 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

Reply via email to