diff --git a/pyproject.toml b/pyproject.toml index c21c669cb..984c479c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"