Skip to content

Commit

Permalink
There are some XPASS
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Sep 26, 2024
1 parent 32a553a commit 8541ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/samples/test_target_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@pytest.mark.xfail(
sys.version_info >= (3, 13),
reason="Parquet not supported on Python 3.13 due to PyArrow incompatibility",
strict=True,
raises=NameError,
)
class TestSampleTargetParquet(StandardTests):
"""Standard Target Tests."""
Expand Down

0 comments on commit 8541ff8

Please sign in to comment.