From 2a1f0e100678242e24cb64644d1f42e579e201f4 Mon Sep 17 00:00:00 2001 From: Corey Date: Wed, 5 Jul 2023 10:26:10 -0500 Subject: [PATCH] GA: Continued Debug --- test_apps/no_workspace/test_user_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_apps/no_workspace/test_user_install.py b/test_apps/no_workspace/test_user_install.py index b3f42a31..0bf33202 100644 --- a/test_apps/no_workspace/test_user_install.py +++ b/test_apps/no_workspace/test_user_install.py @@ -33,7 +33,7 @@ def set_params(cls): @classmethod def setup_method(cls): - super().setup() + super().setup_method() os.environ["ORIGEN_PYPROJECT"] = str(cls.user_install_dir) @classmethod