From dc8322348ee8db9e53f2efd338a4e17b278b8286 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Tue, 16 Jul 2019 22:28:18 +0800 Subject: [PATCH] fix: 'conflict with the backend dependencies' error --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f5178551..767822f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ ate = "httprunner.cli:main_hrun" httprunner = "httprunner.cli:main_hrun" locusts = "httprunner.cli:main_locust" -[build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api" +# commenting for https://github.com/sdispater/poetry/issues/1049 +# [build-system] +# requires = ["poetry>=0.12"] +# build-backend = "poetry.masonry.api"