Skip to content

Commit

Permalink
test: fix python lint, gomod2nix
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Jan 26, 2024
1 parent 8bdca1a commit 31b1409
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions gomod2nix.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ schema = 3
[mod."cosmossdk.io/store"]
version = "v1.0.0"
hash = "sha256-AtMupjuK3ccb/GTtxa+NBTufvLjiGljb2RAxuDLkFaw="
[mod."cosmossdk.io/tools/confix"]
version = "v0.1.0"
hash = "sha256-PvIYbcjsATI+gP0+efJZjlGhaClx4SNfadlVY3Ok9TE="
[mod."cosmossdk.io/x/circuit"]
version = "v0.1.0"
hash = "sha256-yTy3jmjWin+imBvgGeJix4SE818/4fQjKgSUYZNiNnw="
Expand Down Expand Up @@ -189,6 +192,12 @@ schema = 3
[mod."github.com/cosmos/rosetta-sdk-go"]
version = "v0.10.0"
hash = "sha256-WmLq9E9mYV+ms6Tdb43lCoAy6cowkDnK4bvX/ApDzLY="
[mod."github.com/creachadair/atomicfile"]
version = "v0.3.1"
hash = "sha256-GEp1gRxKfBYI6K0XbElcVYcJMPu6eeLufaYxr7Z0MAQ="
[mod."github.com/creachadair/tomledit"]
version = "v0.0.24"
hash = "sha256-4vUukHONOjNn0qfQr4esK6TWfPWsIp+rbdz65og84lw="
[mod."github.com/danieljoos/wincred"]
version = "v1.2.0"
hash = "sha256-LHcvTJCc8++bFndbd8ZgMSTe4L5h2C4rN+cSWHCz54Y="
Expand Down
3 changes: 1 addition & 2 deletions tests/integration_tests/test_pruned_node.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from pathlib import Path

import pytest
import re
from eth_bloom import BloomFilter
from eth_utils import abi, big_endian_to_int
from hexbytes import HexBytes
Expand Down Expand Up @@ -79,7 +78,7 @@ def test_pruned_node(pruned):
)
assert "error" in pruned_res
assert (
"Version has either been pruned, or is for a future block height" in
"Version has either been pruned, or is for a future block height" in
pruned_res["error"]["message"]
)

Expand Down

0 comments on commit 31b1409

Please sign in to comment.