mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
tests: drop serial_test
This commit is contained in:
parent
ee43aa0095
commit
6acdf2431c
3 changed files with 8 additions and 17 deletions
17
Cargo.toml
17
Cargo.toml
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue