fix: remove ethers celo feature and ignore celo test (#313)

This commit is contained in:
Matthias Seitz 2021-06-10 20:27:17 +02:00 committed by GitHub
parent c5b7ab66c6
commit f3cddc19f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,6 @@ tempfile = "3.2.0"
[features]
default = ["ws", "ipc"]
celo = ["ethers-core/celo", "ethers/celo"]
celo = ["ethers-core/celo"]
ws = ["tokio", "tokio-tungstenite"]
ipc = ["tokio", "tokio/io-util", "tokio-util", "bytes"]

View File

@ -875,6 +875,7 @@ mod tests {
}
#[tokio::test]
#[cfg_attr(feature = "celo", ignore)]
async fn test_is_signer() {
use ethers_core::utils::Ganache;
use std::str::FromStr;