You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an application that relies on running tests on remote devices by specifying either the socket or ssh spec. I'm trying to prepare my application for the upcoming removal of rsync by basically "disabling" the rsync feature entirely. My assumption is that this will mimic the v4.0 state of xdist after the rsync feature is removed. Is there a way with the current release of xdist to accomplish this? Not having a way to disable the deprecated features will make it difficult to prepare for the upcoming change.
The text was updated successfully, but these errors were encountered:
Is there a way with the current release of xdist to accomplish this?
Unfortunately there is not, rsync is not a separate plugin... however if you are not using any of the rsync options, I think it is safe to say you will not be affected once rsync is removed.
I have an application that relies on running tests on remote devices by specifying either the
socket
orssh
spec. I'm trying to prepare my application for the upcoming removal of rsync by basically "disabling" the rsync feature entirely. My assumption is that this will mimic the v4.0 state of xdist after the rsync feature is removed. Is there a way with the current release of xdist to accomplish this? Not having a way to disable the deprecated features will make it difficult to prepare for the upcoming change.The text was updated successfully, but these errors were encountered: