Skip to content

Commit

Permalink
release(python): Python Polars 0.20.3-rc.1 (pre-release) (pola-rs#13285)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Dec 28, 2023
1 parent 06d6397 commit 9b1c550
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion py-polars/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py-polars"
version = "0.20.2"
version = "0.20.3-rc.1"
edition = "2021"

[lib]
Expand Down
4 changes: 4 additions & 0 deletions py-polars/tests/unit/test_consortium_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
Full testing is done at https://github.com/data-apis/dataframe-api-compat,
this is just to check that the entry point works as expected.
"""
import pytest

import polars as pl

pytestmark = pytest.mark.skip(reason="Bug in version parsing of dataframe-api-compat")


def test_dataframe() -> None:
df_pl = pl.DataFrame({"a": [1, 2, 3], "b": [4, 5, 6]})
Expand Down

0 comments on commit 9b1c550

Please sign in to comment.