Commit 87423f89 authored by Jean Bez's avatar Jean Bez
Browse files

Removed unused option

parent 44c14fb2
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -100,8 +100,6 @@ def gkfs_client(test_workspace, request):
    be requested from a co-running daemon.
    """

    interface = request.config.getoption('--interface')

    return Client(test_workspace)

@pytest.fixture
@@ -111,8 +109,6 @@ def gkfs_shell(test_workspace, request):
    (stat, ls, mkdir, etc.) can be issued to a co-running daemon.
    """

    interface = request.config.getoption('--interface')

    return ShellClient(test_workspace)

@pytest.fixture