Skip to content

Commit

Permalink
chore: move xdist to the main install requires (ethereum#169)
Browse files Browse the repository at this point in the history
* chore: move xdist to the main install requires

* chore: don't install tests extra to generate docs

---------

Co-authored-by: danceratopz <[email protected]>
  • Loading branch information
marioevz and danceratopz authored Jun 27, 2023
1 parent 4630bb3 commit 16461db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ install_requires =
requests>=2.31.0
colorlog>=6.7.0
pytest==7.3.2
pytest-xdist>=3.3.1,<4

[options.package_data]
ethereum_test_tools =
Expand All @@ -50,7 +51,6 @@ console_scripts =
test =
# pytest already in 'install_requires'
pytest-cov>=4.1.0,<5
pytest-xdist>=3.3.1,<4

lint =
isort>=5.8,<6
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ description = Run documentation checks
extras =
lint
docs
test # we run pytest --collect-only in docs

setenv =
SPEC_TESTS_AUTO_GENERATE_FILES = true
Expand Down

0 comments on commit 16461db

Please sign in to comment.