We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4772588 commit 2fa4426Copy full SHA for 2fa4426
testgres/operations/remote_ops.py
@@ -39,7 +39,6 @@ def cmdline(self):
39
40
class RemoteOperations(OsOperations):
41
def __init__(self, conn_params: ConnectionParams):
42
-
43
if not platform.system().lower() == "linux":
44
raise EnvironmentError("Remote operations are supported only on Linux!")
45
0 commit comments