Skip to content

Commit f4ed2f7

Browse files
committed
Operation parameter is no longer used.
1 parent 9406e55 commit f4ed2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_services/xvfb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def xvfb(request, run_services, xvfb_display, lock_dir, xvfb_resolution, watcher
7171
listen_args = []
7272

7373
with file_lock(os.path.join(lock_dir, 'xvfb_{0}.lock'.format(xvfb_display)),
74-
operation=fcntl.LOCK_EX | fcntl.LOCK_NB):
74+
):
7575

7676
def checker():
7777
try:

0 commit comments

Comments
 (0)