Skip to content

Commit 71d9d3f

Browse files
committed
Use more appropriate install extras for CI:
- 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.
1 parent 8d23b09 commit 71d9d3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ commands=
3333
integration-ethtester: pytest {posargs:tests/integration/test_ethereum_tester.py}
3434
docs: make check-docs-ci
3535
deps =
36-
.[dev]
36+
.[test]
37+
; install both `docs` and `test` dependencies for the `docs` environment
38+
docs: .[docs]
3739
passenv =
3840
GETH_BINARY
3941
GOROOT

0 commit comments

Comments
 (0)