Skip to content

Commit

Permalink
test: Remove irrelevant spl-token tests
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d committed Jan 2, 2025
1 parent bb17135 commit a0d138c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 678 deletions.
2 changes: 1 addition & 1 deletion vendor/solana/metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
crossbeam-channel = "0.5.13"
gethostname = "0.2.3"
lazy_static = "1.4.0"
lazy_static = "1.5.0"
log = { workspace = true, default-features = true }
reqwest = { version = "0.11.27", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
solana-sdk = { workspace = true, default-features = true }
Expand Down
10 changes: 5 additions & 5 deletions vendor/solana/programs/token/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ num_enum = { workspace = true }
solana-program = { workspace = true }
thiserror = { workspace = true, default-features = true }

#[dev-dependencies]
#lazy_static = "1.5.0"
#proptest = "1.6"
#serial_test = "3.2.0"
[dev-dependencies]
lazy_static = "1.5.0"
proptest = "1.6"
serial_test = "3.2.0"
#solana-program-test = "2.1.0"
#solana-sdk = "2.1.0"
solana-sdk = { workspace = true }

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
140 changes: 0 additions & 140 deletions vendor/solana/programs/token/tests/action.rs

This file was deleted.

Loading

0 comments on commit a0d138c

Please sign in to comment.