From 321901aba999465681b0fe4ca5cd1437a38bc9cb Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Sun, 22 Oct 2023 19:14:51 +0000 Subject: [PATCH] Remove pytest skip, because this PR should be fixing that behaviour --- 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