From aa2bc96a0cfd63e6773a1e3569eae91dab821b4f Mon Sep 17 00:00:00 2001 From: shadeofblue Date: Tue, 13 Apr 2021 11:46:21 +0200 Subject: [PATCH] temporarily disable goth as a requirement --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"