Skip to content

Commit

Permalink
Use more appropriate install extras for CI:
Browse files Browse the repository at this point in the history
- Use lighter-weight ``test`` extra for CI test runs.
  This should help us catch any issues with the test
  extra if any arise.

- Use both ``docs`` and ``test`` for docs test CI run.
  • Loading branch information
fselmo committed Sep 24, 2024
1 parent 8d23b09 commit 71d9d3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ commands=
integration-ethtester: pytest {posargs:tests/integration/test_ethereum_tester.py}
docs: make check-docs-ci
deps =
.[dev]
.[test]
; install both `docs` and `test` dependencies for the `docs` environment
docs: .[docs]
passenv =
GETH_BINARY
GOROOT
Expand Down

0 comments on commit 71d9d3f

Please sign in to comment.