Skip to content

Commit

Permalink
Merge pull request #3347 from ethereum/testgen-refactor
Browse files Browse the repository at this point in the history
Multiprocessing testgen runner
  • Loading branch information
hwwhww authored May 18, 2023
2 parents 0ac4329 + 1008714 commit e18e974
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 149 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ def run(self):
extras_require={
"test": ["pytest>=4.4", "pytest-cov", "pytest-xdist"],
"lint": ["flake8==5.0.4", "mypy==0.981", "pylint==2.15.3"],
"generator": ["python-snappy==0.6.1", "filelock"],
"generator": ["python-snappy==0.6.1", "filelock", "pathos==0.3.0"],
"docs": ["mkdocs==1.4.2", "mkdocs-material==9.1.5", "mdx-truly-sane-lists==1.3", "mkdocs-awesome-pages-plugin==2.8.0"]
},
install_requires=[
Expand Down
Loading

0 comments on commit e18e974

Please sign in to comment.