diff --git a/parsl/tests/test_bash_apps/test_error_codes.py b/parsl/tests/test_bash_apps/test_error_codes.py index 38b2b9533d..5060655076 100644 --- a/parsl/tests/test_bash_apps/test_error_codes.py +++ b/parsl/tests/test_bash_apps/test_error_codes.py @@ -74,7 +74,6 @@ def test_div_0(test_fn=div_0): print(os.listdir('.')) os.remove('std.err') os.remove('std.out') - return True @pytest.mark.issue363