Skip to content

Commit

Permalink
Fix typo in pyproject.toml
Browse files Browse the repository at this point in the history
Co-authored-by: filipgolem <44880692+filipgolem@users.noreply.github.com>
  • Loading branch information
azawlocki and filipgolem committed Mar 29, 2021
1 parent 0d80b77 commit ca8531d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ toml = "^0.10.1"
srvresolver = "^0.3.5"
colorama = "^0.4.4"

# Adding `goth` to depdendencies causes > 40 additional packages to be installed. Given
# Adding `goth` to dependencies causes > 40 additional packages to be installed. Given
# that dependency resolution in `poetry` is rather slow, we'd like to avoid installing
# `goth` for example in a CI pipeline that only runs linters/unit tests, not integration
# tests. Therefore we specify `goth` as an "extra" dependency, with `optional = "true"`.
Expand Down

0 comments on commit ca8531d

Please sign in to comment.