tests: drop serial_test

This commit is contained in:
Elijah McMorris 2024-12-17 13:58:52 -08:00
parent ee43aa0095
commit 6acdf2431c
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
3 changed files with 8 additions and 17 deletions

View file

@ -6,14 +6,14 @@ license = "MIT OR Apache-2.0"
[dependencies]
polars = { version = "0.32", features = [
"lazy",
"strings",
"parquet",
"round_series",
"lazy_regex",
"json",
"object",
"dtype-struct",
"lazy",
"strings",
"parquet",
"round_series",
"lazy_regex",
"json",
"object",
"dtype-struct",
] }
reqwest = { version = "0.12", features = ["blocking", "gzip"] }
glob = { version = "0.3" }
@ -30,6 +30,5 @@ lazy_static = "1.4"
anyhow = "1.0"
[dev-dependencies]
serial_test = "3.1"
rstest = "0.23"
pretty_assertions = "1.4"