dev-python/pytest-steps: disable broken tests

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-05-08 17:58:30 +05:00
parent 7d4c10ca0a
commit 283d9d0ee6

View File

@@ -1,4 +1,4 @@
# Copyright 2022 Gentoo Authors
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -35,6 +35,12 @@ BDEPEND="
)
"
EPYTEST_DESELECT=(
# tests fail with recent Pandas
pytest_steps/tests/test_docs_example_with_harvest.py::test_synthesis_df
pytest_steps/tests/test_steps_harvest.py::test_synthesis
)
distutils_enable_tests pytest
python_prepare_all() {