From 6391ecd7b33789ee5b17f3d5caea85e333bbd5b5 Mon Sep 17 00:00:00 2001 From: Acadia Larsen <102884863+ComboProblem@users.noreply.github.com> Date: Thu, 28 Aug 2025 11:39:23 -0700 Subject: [PATCH 1/3] Update setup.py Remove Setup Tools --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 909a1072a..15f87fd8e 100644 --- a/setup.py +++ b/setup.py @@ -1,9 +1,9 @@ ## -*- encoding: utf-8 -*- import os import sys -from setuptools import setup +# from setuptools import setup from codecs import open # To open the README file with proper encoding -from setuptools.command.test import test as TestCommand # for tests +# from setuptools.command.test import test as TestCommand # for tests # Get information from separate files (README, VERSION) From 0df59894d678a41b97662193c98aefacb3c4538a Mon Sep 17 00:00:00 2001 From: Acadia Larsen <102884863+ComboProblem@users.noreply.github.com> Date: Thu, 28 Aug 2025 12:41:20 -0700 Subject: [PATCH 2/3] Update setup.py iteration of testing --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 15f87fd8e..f1f16957e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ ## -*- encoding: utf-8 -*- import os import sys -# from setuptools import setup +from setuptools import setup from codecs import open # To open the README file with proper encoding # from setuptools.command.test import test as TestCommand # for tests From a9536d0bfffc17abec6d0232911e99bdad653f80 Mon Sep 17 00:00:00 2001 From: Acadia Larsen <102884863+ComboProblem@users.noreply.github.com> Date: Fri, 26 Sep 2025 13:02:44 -0700 Subject: [PATCH 3/3] remove setuptools test not needed for containerized set ups --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index f1f16957e..cfc589fbd 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,6 @@ import sys from setuptools import setup from codecs import open # To open the README file with proper encoding -# from setuptools.command.test import test as TestCommand # for tests # Get information from separate files (README, VERSION)