-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Require `tester` for `test` install extra. The whole of the core test suite needs eth-tester to run and integration tests rely on py-geth. - Leave dependencies needed for test runs only on the `test` extra, removing them from the `dev` extra. The `dev` extra is re-defined below and pulls in all of the `test` extra dependencies.
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Re-organize the install extras. Re-define the ``test`` extra to always include the ``tester`` extra since it's needed for testing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters