From d5778a5d4fa2d2cb9785e423a7a8f72cb5fc4ce3 Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Thu, 26 Oct 2023 17:48:13 +0000 Subject: [PATCH] Re-enable test that was skipped because of issue #2908 This should have been fixed by PR #2916 --- parsl/tests/test_python_apps/test_lifted.py | 1 - 1 file changed, 1 deletion(-) diff --git a/parsl/tests/test_python_apps/test_lifted.py b/parsl/tests/test_python_apps/test_lifted.py index 644792205a..52fba7943f 100644 --- a/parsl/tests/test_python_apps/test_lifted.py +++ b/parsl/tests/test_python_apps/test_lifted.py @@ -93,7 +93,6 @@ def test_returns_a_class_instance_no_underscores(): returns_a_class_instance()._nosuchattribute.result() -@pytest.mark.skip("returning classes is not supported in WorkQueue or Task Vine - see issue #2908") def test_returns_a_class(): # precondition that returns_a_class behaves