From 1d7a9c9a8900db245eca13e99173d6429c971209 Mon Sep 17 00:00:00 2001 From: Yoshiro Watanabe Date: Wed, 10 Apr 2024 03:07:47 +0000 Subject: [PATCH] [WIP]Changing settings for warning confirmation Confirmed that the setuptools Warning output by tosca-parser was not output by heat-translator. This is due to the "{heat-translator_root}/tox.ini" effect of skipsdist = True. Since "skipsdist = True" was previously deleted in tosca-parser, "heat-translator" will also delete this setting. Change-Id: I9b0ac8ccae04d1d2031b159a9947ea5465ccb049 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9f2694ff..3a7b696c 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,6 @@ envlist = py38,pep8 ignore_basepython_conflict = true minversion = 3.2.0 -skipsdist = True [testenv] basepython = python3