Skip to content

Commit cc0eeeb

Browse files
committed
Work in progress on acceptance test TestIsoScope.test_distributed_setup_teardown_coordination.
1 parent bcf53c0 commit cc0eeeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/acceptance_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ def test_distributed_setup_teardown_coordination(
12421242
)
12431243
12441244
_SHARED_SCOPE_SETUP_STATUS_PATH = pathlib.Path(
1245-
{shared_scope_setup_status_path!s})
1245+
"{shared_scope_setup_status_path!s}")
12461246
12471247
class TestScopeA:
12481248
@classmethod
@@ -1287,7 +1287,7 @@ def test(self, i):
12871287
class TestScopeB(TestScopeA):
12881288
pass
12891289
"""
1290-
pytester.makepyfile(test_a=test_file, test_b=test_file)
1290+
pytester.makepyfile(test_a=test_file)
12911291
result = pytester.runpytest("-n2", "--dist=isoscope", "-v")
12921292

12931293
assert (

0 commit comments

Comments
 (0)