Skip to content

Commit

Permalink
set parallel in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Jan 18, 2025
1 parent f6de133 commit 1fa4f5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ markers =
fuzzing: Run Hypothesis fuzz test suite (deselect with '-m "not fuzzing"')
requires_evm_version(version): Mark tests that require at least a specific EVM version and would throw `EvmVersionException` otherwise
venom_xfail: mark a test case as a regression (expected to fail) under the venom pipeline

[coverage:run]
parallel = True

0 comments on commit 1fa4f5c

Please sign in to comment.