Skip to content

Commit

Permalink
Merge branch 'main' into feat-nicer-output
Browse files Browse the repository at this point in the history
  • Loading branch information
karmacoma-eth authored Oct 20, 2023
2 parents 5b3c56f + bdbcf51 commit 0c25d1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "halmos"
description = "Halmos: Symbolic Bounded Model Checker for Ethereum Smart Contracts Bytecode"
description = "A symbolic testing tool for EVM smart contracts"
readme = "README.md"
authors = [
{ name="a16z crypto" },
Expand Down Expand Up @@ -37,4 +37,4 @@ target-versions = ["py38", "py39", "py310", "py311"]

[tool.pytest.ini_options]
# TODO: re-add test_traces.py when we have a better way to support it in CI
addopts = "--ignore=tests/lib/solady/ext/woke --ignore=tests/test_traces.py"
addopts = "--ignore=tests/lib --ignore=tests/test_traces.py"

0 comments on commit 0c25d1b

Please sign in to comment.