diff --git a/changelog/374.feature.rst b/changelog/374.feature.rst index 81eb85e..d0c6c88 100644 --- a/changelog/374.feature.rst +++ b/changelog/374.feature.rst @@ -1 +1 @@ -The new pytest_xdist_getremotemodule hook allows overriding the module run on remote nodes. +The new ``pytest_xdist_getremotemodule`` hook allows overriding the module run on remote nodes. diff --git a/changelog/415.feature b/changelog/415.feature.rst similarity index 100% rename from changelog/415.feature rename to changelog/415.feature.rst diff --git a/xdist/remote.py b/xdist/remote.py index 120eadd..c492f9e 100644 --- a/xdist/remote.py +++ b/xdist/remote.py @@ -262,8 +262,6 @@ def remote_initconfig(option_dict, args): if __name__ == "__channelexec__": - import py - channel = channel # noqa workerinput, args, option_dict, change_sys_path = channel.receive()