Skip to content

Commit

Permalink
Skip failing pandera guide test (#19912)
Browse files Browse the repository at this point in the history
## 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: unionai-oss/pandera#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.
  • Loading branch information
smackesey authored Feb 20, 2024
1 parent 00516c1 commit b1445a8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b1445a8

Please sign in to comment.