aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-10-04 00:44:40 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-10-04 00:44:40 +0200
commitda695987ca7b31541954a2e2064f4f2b36c43609 (patch)
treeefed3c2a1652f4a2b9ea1ca9045f3906f27182cb
parentdev-cpp/xdgpp: regenerate manifest (diff)
downloadguru-da695987.tar.gz
guru-da695987.tar.bz2
guru-da695987.zip
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>
-rw-r--r--dev-python/fastavro/fastavro-1.4.5.ebuild9
1 files changed, 8 insertions, 1 deletions
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