Skip to content

Commit

Permalink
temporarily disable goth as a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeofblue committed Apr 13, 2021
1 parent 8360517 commit aa2bc96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ colorama = "^0.4.4"
# It will be then installable with `poetry install -E integration-tests`.
# Note that putting `goth` in `poetry.dev-dependencies` instead of `poetry.dependencies`
# would not work: see https://github.com/python-poetry/poetry/issues/129.
goth = {git = "https://github.com/golemfactory/goth.git", branch = "master", optional = true, python = "^3.8.0"}
# goth = {git = "https://github.com/golemfactory/goth.git", branch = "master", optional = true, python = "^3.8.0"}

[tool.poetry.extras]
cli = ['fire', 'rich']
integration-tests = ['goth', 'pytest', 'pytest-asyncio']
# integration-tests = ['goth', 'pytest', 'pytest-asyncio']

[tool.poetry.dev-dependencies]
black = "^20.8b1"
Expand Down

0 comments on commit aa2bc96

Please sign in to comment.