From 5661f498c7e699478edde771ca101a40413d2b78 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 10 Jul 2023 07:53:38 -0300 Subject: [PATCH] Docs: clarify that only rsync support is deprecated (#927) Related to #839 --- docs/remote.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/remote.rst b/docs/remote.rst index a0d7b43..6f976d5 100644 --- a/docs/remote.rst +++ b/docs/remote.rst @@ -9,13 +9,16 @@ Sending tests to remote SSH accounts .. warning:: - This feature is deprecated because the support for ``rsync`` is faulty + The ``rsync`` feature is deprecated because its implementation is faulty in terms of reproducing the development environment in the remote worker, and there is no clear solution moving forward. - This feature is scheduled to be removed in release 4.0, to let the team + For that reason, ``rsync`` is scheduled to be removed in release 4.0, to let the team focus on a smaller set of features. + Note that SSH and socket server are not planned for removal, as they are part + of the ``execnet`` feature set. + Suppose you have a package ``mypkg`` which contains some tests that you can successfully run locally. And you have a ssh-reachable machine ``myhost``. Then