From 95f0d9154796cc94c3858bae89f04403b64553bb Mon Sep 17 00:00:00 2001 From: Owais Lone Date: Tue, 19 Oct 2021 13:13:50 +0530 Subject: [PATCH] test --- _template/setup.py | 4 +++- tox.ini | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_template/setup.py b/_template/setup.py index e158a21c88..443fa356fe 100644 --- a/_template/setup.py +++ b/_template/setup.py @@ -26,8 +26,10 @@ "", "version.py", ) + PACKAGE_INFO = {} -with open(VERSION_FILENAME, encoding="utf-8") as f: +#with open(VERSION_FILENAME, encoding="utf-8") as f: +with open(VERSION_FILENAME) as f: exec(f.read(), PACKAGE_INFO) setuptools.setup( diff --git a/tox.ini b/tox.ini index b5b3121b38..9533aeb7e3 100644 --- a/tox.ini +++ b/tox.ini @@ -482,7 +482,6 @@ commands_post = deps = -r {toxinidir}/gen-requirements.txt - commands = {toxinidir}/scripts/generate_setup.py {toxinidir}/scripts/generate_instrumentation_bootstrap.py