[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
This commit is contained in:
Yoshiro Watanabe 2024-04-10 03:07:47 +00:00
parent 646ef98991
commit 1d7a9c9a89
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
envlist = py38,pep8
ignore_basepython_conflict = true
minversion = 3.2.0
skipsdist = True
[testenv]
basepython = python3