commit:     283d9d0ee6cc7a498ae30319627794f88a66d36f
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon May  8 12:58:30 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon May  8 12:58:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=283d9d0e

dev-python/pytest-steps: disable broken tests

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/pytest-steps/pytest-steps-1.8.0.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild 
b/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild
index e8c1e6b85..8d813d065 100644
--- a/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild
+++ b/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild
@@ -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() {

Reply via email to