From 4e92efce18de7aede0c49e87efdfcd0abe84aca1 Mon Sep 17 00:00:00 2001 From: Sean Mackesey Date: Tue, 20 Feb 2024 09:32:08 -0500 Subject: [PATCH] Skip failing pandera guide test (#19912) ## Summary & Motivation Some dependency of pandera is causing breakage of one of our docs_snippets tests. The same issue is afflicting other users of pandera: https://github.com/unionai-oss/pandera/issues/1500 Since it is not clear what nth-order dependency of pandera needs to be pinned, just skip this test and wait for the upstream pandera fix. --- .../test_pandas_dagster_types_examples.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/docs_snippets/docs_snippets_tests/guides_tests/dagster_type_factories_tests/test_pandas_dagster_types_examples.py b/examples/docs_snippets/docs_snippets_tests/guides_tests/dagster_type_factories_tests/test_pandas_dagster_types_examples.py index dbe7f504717e6..24ceb3429e7cd 100644 --- a/examples/docs_snippets/docs_snippets_tests/guides_tests/dagster_type_factories_tests/test_pandas_dagster_types_examples.py +++ b/examples/docs_snippets/docs_snippets_tests/guides_tests/dagster_type_factories_tests/test_pandas_dagster_types_examples.py @@ -49,6 +49,8 @@ def test_job_2_no_clean_fails(): job_2.execute_in_process() +# Unskip when this is resolved: https://github.com/unionai-oss/pandera/issues/1500 +@pytest.mark.skip("Test is broken by second order dependency of pandera") @pytest.mark.usefixtures("in_tmpdir") def test_job_2_no_clean_succeeds(): assert job_2.execute_in_process(