don't need start_new_session

This commit is contained in:
meejah 2022-09-28 10:08:13 -06:00
parent ca522a5293
commit bef71978b6

View File

@ -652,7 +652,6 @@ class PidFileLocking(SyncTestCase):
[sys.executable, "other_lock.py", lockfile.path],
stdout=PIPE,
stderr=PIPE,
start_new_session=True,
)
# make sure our subprocess has had time to acquire the lock
# for sure (from the "." it prints)