Skip to content

Commit

Permalink
Merge pull request #3989 from jtraglia/fix-pytest-warnings
Browse files Browse the repository at this point in the history
Fix all pytest warnings
  • Loading branch information
jtraglia authored Oct 21, 2024
2 parents 60cd223 + f588733 commit eff1f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def run(self):
"py_ecc==6.0.0",
"milagro_bls_binding==1.9.0",
"remerkleable==0.1.28",
"trie==2.0.2",
"trie>=3,<4",
RUAMEL_YAML_VERSION,
"lru-dict==1.2.0",
MARKO_VERSION,
Expand Down

0 comments on commit eff1f6d

Please sign in to comment.